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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user