Skip to content

Commit

Permalink
bump Go to v1.23.4
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Hahling <[email protected]>
  • Loading branch information
rolinh committed Dec 13, 2024
1 parent 3bcf142 commit 647b253
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# (first line comment needed for DOCKER_BUILDKIT use)
#
# use skopeo inspect to get the multiarch manifest list digest
# skopeo inspect --override-os linux docker://golang:1.22.4-alpine3.19 | jq -r '.Digest'
ARG GOLANG_IMAGE=docker.io/library/golang:1.22.5-alpine3.19@sha256:0642d4f809abf039440540de1f0e83502401686e3946ed8e7398a1d94648aa6d
# skopeo inspect --override-os linux docker://golang:1.23.4-alpine3.21 | jq -r '.Digest'
ARG GOLANG_IMAGE=docker.io/library/golang:1.23.4-alpine3.21@sha256:6c5c9590f169f77c8046e45c611d3b28fe477789acd8d3762d23d4744de69812
ARG BASE_IMAGE=scratch

FROM ${GOLANG_IMAGE} as builder
Expand Down
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module github.com/cilium/certgen

go 1.22.5
toolchain go1.23.4
go 1.23.0

require (
github.com/cloudflare/cfssl v1.6.5
Expand Down

0 comments on commit 647b253

Please sign in to comment.