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 :
@@ -185,15 +185,15 @@ pool:
185
185
186
186
steps :
187
187
- name : environment
188
- image : golang:1.19
188
+ image : golang:1.20
189
189
pull : always
190
190
environment :
191
191
CGO_ENABLED : ' 0'
192
192
commands :
193
193
- go version
194
194
- go env
195
195
- name : build
196
- image : golang:1.19
196
+ image : golang:1.20
197
197
environment :
198
198
CGO_ENABLED : ' 0'
199
199
commands :
Original file line number Diff line number Diff line change 1
1
module github.com/drone-plugins/drone-download
2
2
3
- go 1.18
3
+ go 1.20
4
4
5
5
require (
6
6
github.com/drone-plugins/drone-plugin-lib v0.4.0
You can’t perform that action at this time.
0 commit comments