Skip to content

Commit d8e3b79

Browse files
Matrix Image: Bump amd64/golang in /unstable/combined
Bumps amd64/golang from 1.23rc1-bookworm to 1.23rc2-bookworm. --- updated-dependencies: - dependency-name: amd64/golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5570719 commit d8e3b79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

unstable/combined/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# https://hub.docker.com/_/golang
99

10-
FROM amd64/golang:1.23rc1-bookworm as builder
10+
FROM amd64/golang:1.23rc2-bookworm as builder
1111

1212
# Explicitly disable automatic fetching of Go toolchains newer than the
1313
# version explicitly provided by this container image.
@@ -103,7 +103,7 @@ RUN echo "Installing golangci-lint from dev feat/go1.23 branch" \
103103
# && sh install.sh -b "$(go env GOPATH)/bin" ${GOLANGCI_LINT_VERSION} \
104104
# && golangci-lint --version
105105

106-
FROM amd64/golang:1.23rc1-bookworm as final
106+
FROM amd64/golang:1.23rc2-bookworm as final
107107

108108
# https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package
109109
LABEL org.opencontainers.image.source="https://github.com/atc0005/go-ci"

0 commit comments

Comments
 (0)