Skip to content

Commit

Permalink
Update golang Docker tag to v1.21 (#94)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 5, 2023
1 parent 02ea7ad commit 681eb25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .woodpecker/test-release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variables:
- &golang 'golang:1.20-alpine'
- &golang 'golang:1.21-alpine'
- &platforms 'linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/riscv64,linux/s390x'
# vars used on push / tag events only
- publish_logins: &publish_logins
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.multiarch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.20 AS build
FROM --platform=$BUILDPLATFORM golang:1.21 AS build
ARG TARGETOS TARGETARCH

WORKDIR /src
Expand Down

0 comments on commit 681eb25

Please sign in to comment.