File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 9
9
10
10
steps :
11
11
- name : lint
12
- image : golang:1.19
12
+ image : golang:1.20
13
13
pull : always
14
14
commands :
15
15
- go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
19
19
- name : gopath
20
20
path : " /go"
21
21
- name : test
22
- image : golang:1.19
22
+ image : golang:1.20
23
23
commands :
24
24
- go test -cover ./...
25
25
volumes :
@@ -46,15 +46,15 @@ pool:
46
46
47
47
steps :
48
48
- name : environment
49
- image : golang:1.19
49
+ image : golang:1.20
50
50
pull : always
51
51
environment :
52
52
CGO_ENABLED : " 0"
53
53
commands :
54
54
- go version
55
55
- go env
56
56
- name : build
57
- image : golang:1.19
57
+ image : golang:1.20
58
58
environment :
59
59
CGO_ENABLED : " 0"
60
60
commands :
@@ -80,7 +80,7 @@ trigger:
80
80
81
81
---
82
82
kind : pipeline
83
- type : docker
83
+ type : vm
84
84
name : linux-arm64
85
85
platform :
86
86
os : linux
@@ -90,15 +90,15 @@ pool:
90
90
91
91
steps :
92
92
- name : environment
93
- image : golang:1.19
93
+ image : golang:1.20
94
94
pull : always
95
95
environment :
96
96
CGO_ENABLED : " 0"
97
97
commands :
98
98
- go version
99
99
- go env
100
100
- name : build
101
- image : golang:1.19
101
+ image : golang:1.20
102
102
environment :
103
103
CGO_ENABLED : " 0"
104
104
commands :
@@ -134,15 +134,15 @@ pool:
134
134
135
135
steps :
136
136
- name : environment
137
- image : golang:1.19
137
+ image : golang:1.20
138
138
pull : always
139
139
environment :
140
140
CGO_ENABLED : " 0"
141
141
commands :
142
142
- go version
143
143
- go env
144
144
- name : build
145
- image : golang:1.19
145
+ image : golang:1.20
146
146
environment :
147
147
CGO_ENABLED : " 0"
148
148
commands :
@@ -184,15 +184,15 @@ pool:
184
184
185
185
steps :
186
186
- name : environment
187
- image : golang:1.19
187
+ image : golang:1.20
188
188
pull : always
189
189
environment :
190
190
CGO_ENABLED : " 0"
191
191
commands :
192
192
- go version
193
193
- go env
194
194
- name : build
195
- image : golang:1.19
195
+ image : golang:1.20
196
196
environment :
197
197
CGO_ENABLED : " 0"
198
198
commands :
Original file line number Diff line number Diff line change 1
1
module github.com/drone-plugins/drone-gitea-release
2
2
3
- go 1.19
3
+ go 1.20
4
4
5
5
require (
6
6
code.gitea.io/sdk/gitea v0.15.1
You can’t perform that action at this time.
0 commit comments