Skip to content

Commit bc200b8

Browse files
committed
update go image to v1.24
1 parent 109d828 commit bc200b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.go/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23-alpine
1+
FROM golang:1.24-alpine
22

33
LABEL org.opencontainers.image.authors="Umputun <umputun@gmail.com>"
44
# enables automatic changelog generation by tools like Dependabot
@@ -8,7 +8,7 @@ ENV \
88
TIME_ZONE=America/Chicago \
99
CGO_ENABLED=0 \
1010
GOVERALLS=0.0.11 \
11-
GOLANGCI=1.61.0 \
11+
GOLANGCI=1.64.5 \
1212
STATIK=0.1.7 \
1313
GORELEASER=1.24.0
1414

0 commit comments

Comments
 (0)