Compare commits

...

2 Commits

Author SHA1 Message Date
Anton Zadvorny
9b42ef30d3 golang 1.23
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2025-01-22 12:54:31 +03:00
Anton Zadvorny
03a2c69c6d Bump versions
All checks were successful
continuous-integration/drone Build is passing
continuous-integration/drone/tag Build is passing
2024-08-07 15:18:23 +03:00

View File

@ -1,4 +1,4 @@
FROM golang:1.22-alpine
FROM golang:1.23-alpine
ENV TZ=Europe/Moscow
ENV TERM=xterm-color
@ -6,7 +6,7 @@ ENV TERM=xterm-color
ENV CGO_ENABLED=0
ENV GOPRIVATE=go.pkg.cx
ENV GOLANGCI=1.58.2
ENV GOLANGCI=1.63.4
RUN \
apk add --no-cache --update bash curl git tzdata && \