Update to go 1.20

This commit is contained in:
Manuel Rüger
2023-04-03 13:12:56 +02:00
parent a29feb1e96
commit eade059cad
4 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.19.6 as builder
FROM golang:1.20.2 as builder
ENV GOPATH="/go"
WORKDIR /go/src/github.com/kovetskiy/mark
COPY / .