File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
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.23
16
16
commands :
17
17
- go vet ./...
18
18
environment :
@@ -44,7 +44,7 @@ platform:
44
44
45
45
steps :
46
46
- name : go build
47
- image : golang:1.19
47
+ image : golang:1.23
48
48
environment :
49
49
CGO_ENABLED : 0
50
50
commands :
@@ -87,7 +87,7 @@ platform:
87
87
88
88
steps :
89
89
- name : build-push
90
- image : golang:1.19
90
+ image : golang:1.23
91
91
commands :
92
92
- ' go build -v -ldflags "-X main.build=${DRONE_BUILD_NUMBER}" -a -tags netgo -o release/linux/amd64/buildx-gar ./cmd/drone-buildx-gar'
93
93
environment :
97
97
exclude :
98
98
- tag
99
99
- name : build-tag
100
- image : golang:1.19
100
+ image : golang:1.23
101
101
commands :
102
102
- ' 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'
103
103
environment :
@@ -145,7 +145,7 @@ platform:
145
145
146
146
steps :
147
147
- name : build-push
148
- image : golang:1.19
148
+ image : golang:1.23
149
149
commands :
150
150
- ' go build -v -ldflags "-X main.build=${DRONE_BUILD_NUMBER}" -a -tags netgo -o release/linux/arm64/buildx-gar ./cmd/drone-buildx-gar'
151
151
environment :
@@ -156,7 +156,7 @@ steps:
156
156
- tag
157
157
158
158
- name : build-tag
159
- image : golang:1.19
159
+ image : golang:1.23
160
160
commands :
161
161
- ' 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'
162
162
environment :
@@ -237,7 +237,7 @@ pool:
237
237
steps :
238
238
- name : build
239
239
pull : always
240
- image : golang:1.19
240
+ image : golang:1.23
241
241
commands :
242
242
- GOOS=linux GOARCH=amd64 go build -ldflags "-s -w" -a -tags netgo -o release/drone-buildx-gar-linux-amd64 ./cmd/drone-buildx-gar
243
243
- 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