Commit 3a9ddb0 1 parent 644a4b0 commit 3a9ddb0 Copy full SHA for 3a9ddb0
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.22.1 -bookworm as builder
10
+ FROM amd64/golang:1.22.2 -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.
@@ -112,7 +112,7 @@ RUN echo "Installing golangci-lint@${GOLANGCI_LINT_VERSION}" \
112
112
&& golangci-lint --version
113
113
114
114
115
- FROM amd64/golang:1.22.1 -bookworm as final
115
+ FROM amd64/golang:1.22.2 -bookworm as final
116
116
117
117
# https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package
118
118
LABEL org.opencontainers.image.source="https://github.com/atc0005/go-ci"
You can’t perform that action at this time.
0 commit comments