Upgrade to Go 1.20

With the release of Go 1.20, version 1.18 is not supported anymore. This
change upgrades the project to Go 1.20.
This commit is contained in:
Michael Manganiello
2023-02-19 21:18:51 -03:00
parent e4bbe8c035
commit 007857afd5
7 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
########
FROM golang:1.18-bullseye as backendbuild
FROM golang:1.20-bullseye as backendbuild
WORKDIR /go/src/github.com/analogj/scrutiny
COPY . /go/src/github.com/analogj/scrutiny