Update to go 1.20
This commit is contained in:
parent
64ed3bb5a7
commit
fd0ec2131b
2
Makefile
2
Makefile
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue