File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ platform:
12
12
13
13
steps :
14
14
- name : vet
15
- image : golang:1.19
15
+ image : golang:1.22
16
16
commands :
17
17
- go vet ./...
18
18
environment :
@@ -45,7 +45,7 @@ platform:
45
45
46
46
steps :
47
47
- name : go build
48
- image : golang:1.19
48
+ image : golang:1.22
49
49
environment :
50
50
CGO_ENABLED : 0
51
51
commands :
@@ -87,7 +87,7 @@ platform:
87
87
88
88
steps :
89
89
- name : go build
90
- image : golang:1.19
90
+ image : golang:1.22
91
91
environment :
92
92
CGO_ENABLED : 0
93
93
commands :
@@ -130,7 +130,7 @@ platform:
130
130
131
131
steps :
132
132
- name : build-push
133
- image : golang:1.19
133
+ image : golang:1.22
134
134
commands :
135
135
- ' go build -v -ldflags "-X main.build=${DRONE_BUILD_NUMBER}" -a -tags netgo -o release/linux/amd64/buildx-gar ./cmd/drone-buildx-gar'
136
136
environment :
@@ -140,7 +140,7 @@ steps:
140
140
exclude :
141
141
- tag
142
142
- name : build-tag
143
- image : golang:1.19
143
+ image : golang:1.22
144
144
commands :
145
145
- ' go build -v -ldflags "-X main.version=${DRONE_TAG##v} -X main.build=${DRONE_BUILD_NUMBER}" -a -tags netgo -o release/linux/amd64/buildx-gar ./cmd/drone-buildx-gar'
146
146
environment :
@@ -188,7 +188,7 @@ platform:
188
188
189
189
steps :
190
190
- name : build-push
191
- image : golang:1.19
191
+ image : golang:1.22
192
192
commands :
193
193
- ' go build -v -ldflags "-X main.build=${DRONE_BUILD_NUMBER}" -a -tags netgo -o release/linux/arm64/buildx-gar ./cmd/drone-buildx-gar'
194
194
environment :
@@ -199,7 +199,7 @@ steps:
199
199
- tag
200
200
201
201
- name : build-tag
202
- image : golang:1.19
202
+ image : golang:1.22
203
203
commands :
204
204
- ' go build -v -ldflags "-X main.version=${DRONE_TAG##v} -X main.build=${DRONE_BUILD_NUMBER}" -a -tags netgo -o release/linux/arm64/buildx-gar ./cmd/drone-buildx-gar'
205
205
environment :
@@ -280,7 +280,7 @@ pool:
280
280
steps :
281
281
- name : build
282
282
pull : always
283
- image : golang:1.19
283
+ image : golang:1.22
284
284
commands :
285
285
- GOOS=linux GOARCH=amd64 go build -ldflags "-s -w" -a -tags netgo -o release/drone-buildx-gar-linux-amd64 ./cmd/drone-buildx-gar
286
286
- GOOS=linux GOARCH=arm64 go build -ldflags "-s -w" -a -tags netgo -o release/drone-buildx-gar-linux-arm64 ./cmd/drone-buildx-gar
You can’t perform that action at this time.
0 commit comments