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:
committed by
Jason Kulatunga
parent
f94e616d8d
commit
7fd2e2b050
@@ -4,7 +4,7 @@
|
||||
|
||||
|
||||
########
|
||||
FROM golang:1.18-bullseye as backendbuild
|
||||
FROM golang:1.20-bullseye as backendbuild
|
||||
|
||||
WORKDIR /go/src/github.com/analogj/scrutiny
|
||||
|
||||
|
||||
Reference in New Issue
Block a user