Skip to content

Commit

Permalink
update go image with 1.22
Browse files Browse the repository at this point in the history
The Dockerfile has been updated to use the newest versions of Go, GolangCI, and GoReleaser.
  • Loading branch information
umputun committed Mar 25, 2024
1 parent f974fae commit 99c25f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.go/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
FROM golang:1.21-alpine
FROM golang:1.22-alpine
LABEL maintainer="Umputun <[email protected]>"

ENV \
TIME_ZONE=America/Chicago \
CGO_ENABLED=0 \
GOVERALLS=0.0.11 \
GOLANGCI=1.54.1 \
GOLANGCI=1.57.1 \
STATIK=0.1.7 \
GORELEASER=1.20.0
GORELEASER=1.24.0

# install gcc in order to be able to go test package with -race
RUN apk --no-cache add gcc libc-dev
Expand Down

0 comments on commit 99c25f1

Please sign in to comment.