Skip to content

Commit a497b98

Browse files
authored
Merge pull request #732 from nan-yu/release-3.x
Update to go 1.20
2 parents 880eb4f + 97cb402 commit a497b98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ BASEIMAGE ?= k8s.gcr.io/build-image/debian-base:bullseye-v1.4.2
4545
IMAGE := $(REGISTRY)/$(BIN)
4646
TAG := $(VERSION)__$(OS)_$(ARCH)
4747

48-
BUILD_IMAGE ?= golang:1.19-alpine
48+
BUILD_IMAGE ?= golang:1.20-alpine
4949

5050
DBG_MAKEFILE ?=
5151
ifneq ($(DBG_MAKEFILE),1)

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ require (
4040
gopkg.in/warnings.v0 v0.1.2 // indirect
4141
)
4242

43-
go 1.19
43+
go 1.20

0 commit comments

Comments
 (0)