Commit d8e3b79 1 parent 5570719 commit d8e3b79 Copy full SHA for d8e3b79
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
8
8
# https://hub.docker.com/_/golang
9
9
10
- FROM amd64/golang:1.23rc1 -bookworm as builder
10
+ FROM amd64/golang:1.23rc2 -bookworm as builder
11
11
12
12
# Explicitly disable automatic fetching of Go toolchains newer than the
13
13
# version explicitly provided by this container image.
@@ -103,7 +103,7 @@ RUN echo "Installing golangci-lint from dev feat/go1.23 branch" \
103
103
# && sh install.sh -b "$(go env GOPATH)/bin" ${GOLANGCI_LINT_VERSION} \
104
104
# && golangci-lint --version
105
105
106
- FROM amd64/golang:1.23rc1 -bookworm as final
106
+ FROM amd64/golang:1.23rc2 -bookworm as final
107
107
108
108
# https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package
109
109
LABEL org.opencontainers.image.source="https://github.com/atc0005/go-ci"
You can’t perform that action at this time.
0 commit comments