Skip to content

Commit

Permalink
Makefile: bump to Go 1.21.3
Browse files Browse the repository at this point in the history
Change-Id: Ic61439533d13baa21cb0adc5142bf67059ad8996
  • Loading branch information
halkyon committed Oct 11, 2023
1 parent 7a1b67c commit ff5fd11
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 @@ -187,7 +187,7 @@ verify: lint cross-vet test ## Execute pre-commit verification

##@ Release/Private Jenkins/Build

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

ifeq (${BRANCH_NAME},main)
Expand Down

0 comments on commit ff5fd11

Please sign in to comment.