Skip to content

Commit

Permalink
Makefile: update Go to 1.20.6
Browse files Browse the repository at this point in the history
Change-Id: I9fff1de54005547a94cf842c9bcdf3d9a8be37e1
  • Loading branch information
amwolff committed Jul 18, 2023
1 parent 5120af9 commit 8d0c35c
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 @@ -158,7 +158,7 @@ verify: lint cross-vet test ## Execute pre-commit verification

##@ Release/Private Jenkins/Build

GO_VERSION ?= 1.20.3
GO_VERSION ?= 1.20.6
BRANCH_NAME ?= $(shell git rev-parse --abbrev-ref HEAD | sed "s!/!-!g")

ifeq (${BRANCH_NAME},main)
Expand Down

0 comments on commit 8d0c35c

Please sign in to comment.