Merge pull request #726 from nan-yu/release-3.x

Update to golang 1.19 for vulnerability fixes
This commit is contained in:
Kubernetes Prow Robot 2023-05-04 17:45:13 -07:00 committed by GitHub
commit 880eb4fcd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

2
go.mod
View File

@ -40,4 +40,4 @@ require (
gopkg.in/warnings.v0 v0.1.2 // indirect
)
go 1.18
go 1.19