Skip to content

Commit

Permalink
Merge pull request #1913 from atc0005/dependabot/docker/unstable/comb…
Browse files Browse the repository at this point in the history
…ined/master/amd64/golang-1.24.0-bookworm

Matrix Image: Bump amd64/golang from 1.23.6-bookworm to 1.24.0-bookworm in /unstable/combined
  • Loading branch information
atc0005 authored Feb 17, 2025
2 parents b94bda9 + 2dfd1dc commit db8cb4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unstable/combined/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

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

FROM amd64/golang:1.23.6-bookworm AS builder
FROM amd64/golang:1.24.0-bookworm AS builder

# Explicitly disable automatic fetching of Go toolchains newer than the
# version explicitly provided by this container image.
Expand Down Expand Up @@ -75,7 +75,7 @@ RUN echo "Installing golangci-lint@${GOLANGCI_LINT_VERSION}" \
&& sh install.sh -b "$(go env GOPATH)/bin" ${GOLANGCI_LINT_VERSION} \
&& golangci-lint --version

FROM amd64/golang:1.23.6-bookworm AS final
FROM amd64/golang:1.24.0-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"
Expand Down

0 comments on commit db8cb4e

Please sign in to comment.