We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 880eb4f + 97cb402 commit a497b98Copy full SHA for a497b98
Makefile
@@ -45,7 +45,7 @@ BASEIMAGE ?= k8s.gcr.io/build-image/debian-base:bullseye-v1.4.2
45
IMAGE := $(REGISTRY)/$(BIN)
46
TAG := $(VERSION)__$(OS)_$(ARCH)
47
48
-BUILD_IMAGE ?= golang:1.19-alpine
+BUILD_IMAGE ?= golang:1.20-alpine
49
50
DBG_MAKEFILE ?=
51
ifneq ($(DBG_MAKEFILE),1)
go.mod
@@ -40,4 +40,4 @@ require (
40
gopkg.in/warnings.v0 v0.1.2 // indirect
41
)
42
43
-go 1.19
+go 1.20
0 commit comments