Merge pull request #726 from nan-yu/release-3.x
Update to golang 1.19 for vulnerability fixes
This commit is contained in:
commit
880eb4fcd0
2
Makefile
2
Makefile
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue