From d8e3b7932a5d96f5a4cc75c6b56e6311f2a43fd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 10:49:56 +0000 Subject: [PATCH] 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] --- unstable/combined/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unstable/combined/Dockerfile b/unstable/combined/Dockerfile index f87f0245..fedbd64a 100644 --- a/unstable/combined/Dockerfile +++ b/unstable/combined/Dockerfile @@ -7,7 +7,7 @@ # https://hub.docker.com/_/golang -FROM amd64/golang:1.23rc1-bookworm as builder +FROM amd64/golang:1.23rc2-bookworm as builder # Explicitly disable automatic fetching of Go toolchains newer than the # version explicitly provided by this container image. @@ -103,7 +103,7 @@ RUN echo "Installing golangci-lint from dev feat/go1.23 branch" \ # && sh install.sh -b "$(go env GOPATH)/bin" ${GOLANGCI_LINT_VERSION} \ # && golangci-lint --version -FROM amd64/golang:1.23rc1-bookworm as final +FROM amd64/golang:1.23rc2-bookworm as final # https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package LABEL org.opencontainers.image.source="https://github.com/atc0005/go-ci"