We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2756350 commit 30431b5Copy full SHA for 30431b5
.drone.yml
@@ -12,7 +12,7 @@ platform:
12
13
steps:
14
- name: vet
15
- image: golang:1.19
+ image: golang:1.21
16
commands:
17
- go vet ./...
18
environment:
@@ -42,7 +42,7 @@ pool:
42
43
- name: build
44
pull: always
45
46
47
- GOOS=linux GOARCH=amd64 go build -ldflags "-s -w" -a -tags netgo -o release/drone-buildx-gar-linux-amd64 ./cmd/drone-buildx-gar
48
- 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