Skip to content

Commit

Permalink
Update golang Docker tag to v1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 14, 2024
1 parent e7f8e98 commit 81ead25
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ platform:

steps:
- name: vet
image: golang:1.19
image: golang:1.23
commands:
- go vet ./...
environment:
Expand Down Expand Up @@ -45,7 +45,7 @@ platform:

steps:
- name: go build
image: golang:1.19
image: golang:1.23
environment:
CGO_ENABLED: 0
commands:
Expand Down Expand Up @@ -87,7 +87,7 @@ platform:

steps:
- name: go build
image: golang:1.19
image: golang:1.23
environment:
CGO_ENABLED: 0
commands:
Expand Down Expand Up @@ -130,7 +130,7 @@ platform:

steps:
- name: build-push
image: golang:1.19
image: golang:1.23
commands:
- 'go build -v -ldflags "-X main.build=${DRONE_BUILD_NUMBER}" -a -tags netgo -o release/linux/amd64/buildx-gar ./cmd/drone-buildx-gar'
environment:
Expand All @@ -140,7 +140,7 @@ steps:
exclude:
- tag
- name: build-tag
image: golang:1.19
image: golang:1.23
commands:
- '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'
environment:
Expand Down Expand Up @@ -188,7 +188,7 @@ platform:

steps:
- name: build-push
image: golang:1.19
image: golang:1.23
commands:
- 'go build -v -ldflags "-X main.build=${DRONE_BUILD_NUMBER}" -a -tags netgo -o release/linux/arm64/buildx-gar ./cmd/drone-buildx-gar'
environment:
Expand All @@ -199,7 +199,7 @@ steps:
- tag

- name: build-tag
image: golang:1.19
image: golang:1.23
commands:
- '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'
environment:
Expand Down Expand Up @@ -280,7 +280,7 @@ pool:
steps:
- name: build
pull: always
image: golang:1.19
image: golang:1.23
commands:
- GOOS=linux GOARCH=amd64 go build -ldflags "-s -w" -a -tags netgo -o release/drone-buildx-gar-linux-amd64 ./cmd/drone-buildx-gar
- GOOS=linux GOARCH=arm64 go build -ldflags "-s -w" -a -tags netgo -o release/drone-buildx-gar-linux-arm64 ./cmd/drone-buildx-gar
Expand Down

0 comments on commit 81ead25

Please sign in to comment.