Skip to content

Commit

Permalink
update to goreleaser v2.4.7 and golang v1.23.0
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas-Peiffer <[email protected]>
  • Loading branch information
Nicolas-Peiffer committed Nov 21, 2024
1 parent 483de10 commit 72e4b74
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@

# Set Go & tools versions. Be carreful when upgrading these versions, make sure
# to keep them in sync with the version golang
ARG GOLANG_VERSION=1.22.5
ARG TRIVY_VERSION=0.49.1
ARG SYFT_VERSION=1.9.0
ARG COSIGN_VERSION=2.4.0
ARG KO_VERSION=0.16.0
# goreleaser v2.1.0 ships with go1.22.5
ARG GORELEASER_VERSION=2.1.0

ARG GOLANG_VERSION=1.23.0
ARG TRIVY_VERSION=0.57.1
ARG SYFT_VERSION=1.16.0
ARG COSIGN_VERSION=2.4.1
ARG KO_VERSION=0.17.1
# goreleaser v2.4.7 ships with go1.23.0
ARG GORELEASER_VERSION=2.4.7

# Set Debian version name (e.g. bookworm)
ARG DEBIAN_VERSION=bookworm

# Builder image's registry
Expand Down
14 changes: 7 additions & 7 deletions Containerfile.goreleaser-ko-cosign-trivy-syft-x86-arm64-root-usr
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@

# Set Go & tools versions. This needs to match the versions from the corresponding base image
# ghcr.io/thalesgroup/goreleaser-glibc-image-base (the one with entrypoint /bin/bash)
ARG GOLANG_VERSION=1.22.5
ARG TRIVY_VERSION=0.49.1
ARG SYFT_VERSION=1.9.0
ARG COSIGN_VERSION=2.4.0
ARG KO_VERSION=0.16.0
# goreleaser v2.1.0 ships with go1.22.5
ARG GORELEASER_VERSION=2.1.0
ARG GOLANG_VERSION=1.23.0
ARG TRIVY_VERSION=0.57.1
ARG SYFT_VERSION=1.16.0
ARG COSIGN_VERSION=2.4.1
ARG KO_VERSION=0.17.1
# goreleaser v2.4.7 ships with go1.23.0
ARG GORELEASER_VERSION=2.4.7

# Set Debian version name (e.g. bookworm)
ARG DEBIAN_VERSION=bookworm
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@

# Set Go & tools versions. Be carreful when upgrading these versions, make sure
# to keep them in sync with the version golang
ARG GOLANG_VERSION=1.22.5
ARG TRIVY_VERSION=0.49.1
ARG SYFT_VERSION=1.9.0
ARG COSIGN_VERSION=2.4.0
ARG KO_VERSION=0.16.0
# goreleaser v2.1.0 ships with go1.22.5
ARG GORELEASER_VERSION=2.1.0
ARG GOLANG_VERSION=1.23.0
ARG TRIVY_VERSION=0.57.1
ARG SYFT_VERSION=1.16.0
ARG COSIGN_VERSION=2.4.1
ARG KO_VERSION=0.17.1
# goreleaser v2.4.7 ships with go1.23.0
ARG GORELEASER_VERSION=2.4.7

# Set Debian version name (e.g. bookworm)
ARG DEBIAN_VERSION=bookworm
Expand Down

0 comments on commit 72e4b74

Please sign in to comment.