Merge pull request #5 from G-Core/fix-go-mod-pre1.22

update go version on docker
This commit is contained in:
Anton Pates 2024-07-03 16:02:18 +03:00 committed by GitHub
commit 5997d0dca1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
FROM golang:1.17-alpine AS build_deps
FROM golang:1.22-alpine AS build_deps
RUN apk add --no-cache git