Skip to content

Commit 679e9a6

Browse files
Update golang Docker tag to v1.22
1 parent 2756350 commit 679e9a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.drone.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ platform:
1212

1313
steps:
1414
- name: vet
15-
image: golang:1.19
15+
image: golang:1.22
1616
commands:
1717
- go vet ./...
1818
environment:
@@ -42,7 +42,7 @@ pool:
4242
steps:
4343
- name: build
4444
pull: always
45-
image: golang:1.19
45+
image: golang:1.22
4646
commands:
4747
- GOOS=linux GOARCH=amd64 go build -ldflags "-s -w" -a -tags netgo -o release/drone-buildx-gar-linux-amd64 ./cmd/drone-buildx-gar
4848
- GOOS=linux GOARCH=arm64 go build -ldflags "-s -w" -a -tags netgo -o release/drone-buildx-gar-linux-arm64 ./cmd/drone-buildx-gar

0 commit comments

Comments
 (0)