Skip to content

Commit

Permalink
update golang version to 1.20.4 (tigera#2660)
Browse files Browse the repository at this point in the history
  • Loading branch information
Behnam-Shobiri committed May 23, 2023
1 parent 0cc0d37 commit d8e5ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ endif

PACKAGE_NAME?=github.com/tigera/operator
LOCAL_USER_ID?=$(shell id -u $$USER)
GO_BUILD_VER?=v0.84
GO_BUILD_VER?=v0.85
CALICO_BUILD?=calico/go-build:$(GO_BUILD_VER)-$(ARCH)
SRC_FILES=$(shell find ./pkg -name '*.go')
SRC_FILES+=$(shell find ./api -name '*.go')
Expand Down

0 comments on commit d8e5ff2

Please sign in to comment.