File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,4 +54,4 @@ Go build image version is controlled by env vars in `build.go/Dockerfile`:
5454- ` GOLANGCI ` - golangci-lint version
5555- ` GORELEASER ` - goreleaser version
5656- ` GOVERALLS ` , ` STATIK ` - other tool versions
57- - Base Go version in FROM directive (e.g., ` golang:1.25 -alpine ` )
57+ - Base Go version in FROM directive (e.g., ` golang:1.26 -alpine ` )
Original file line number Diff line number Diff line change 1- FROM golang:1.25 -alpine
1+ FROM golang:1.26 -alpine
22
33LABEL org.opencontainers.image.authors="Umputun <umputun@gmail.com>"
44# enables automatic changelog generation by tools like Dependabot
88 TIME_ZONE=America/Chicago \
99 CGO_ENABLED=0 \
1010 GOVERALLS=0.0.12 \
11- GOLANGCI=2.7.2 \
11+ GOLANGCI=2.9.0 \
1212 STATIK=0.1.7 \
13- GORELEASER=2.13.1
13+ GORELEASER=2.13.3
1414
1515# install gcc in order to be able to go test package with -race
1616RUN apk --no-cache add gcc libc-dev
You can’t perform that action at this time.
0 commit comments