Switch to go 1.20 (#668)

* Switch to go 1.20
* Fix golang version definition
* Upgrade golangci-lint to v1.51.2
This commit is contained in:
Dan Sosedoff
2023-03-31 19:48:14 -05:00
committed by GitHub
parent f94bc9a4dd
commit 4d32e3b2c5
5 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
# ------------------------------------------------------------------------------
# Builder Stage
# ------------------------------------------------------------------------------
FROM golang:1.19-bullseye AS build
FROM golang:1.20-bullseye AS build
WORKDIR /build