Update to go 1.20

This commit is contained in:
Tim Hockin 2023-05-04 17:45:11 -07:00
parent 64ed3bb5a7
commit fd0ec2131b
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ BASEIMAGE ?= registry.k8s.io/build-image/debian-base:bullseye-v1.4.3
IMAGE := $(REGISTRY)/$(BIN)
TAG := $(VERSION)__$(OS)_$(ARCH)
BUILD_IMAGE ?= golang:1.18-alpine
BUILD_IMAGE ?= golang:1.20-alpine
DBG_MAKEFILE ?=
ifneq ($(DBG_MAKEFILE),1)

2
go.mod
View File

@ -18,4 +18,4 @@ require (
google.golang.org/protobuf v1.28.1 // indirect
)
go 1.18
go 1.20