We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 109d828 commit bc200b8Copy full SHA for bc200b8
build.go/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.23-alpine
+FROM golang:1.24-alpine
2
3
LABEL org.opencontainers.image.authors="Umputun <umputun@gmail.com>"
4
# enables automatic changelog generation by tools like Dependabot
@@ -8,7 +8,7 @@ ENV \
8
TIME_ZONE=America/Chicago \
9
CGO_ENABLED=0 \
10
GOVERALLS=0.0.11 \
11
- GOLANGCI=1.61.0 \
+ GOLANGCI=1.64.5 \
12
STATIK=0.1.7 \
13
GORELEASER=1.24.0
14
0 commit comments