Skip to content

Commit

Permalink
Makefile: bump go to v1.19.5 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbenten committed Feb 15, 2023
1 parent a5067f0 commit 3bfc2ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -150,7 +150,7 @@ verify: lint cross-vet test ## Execute pre-commit verification

##@ Release/Private Jenkins/Build

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

ifeq (${BRANCH_NAME},main)
Expand Down

0 comments on commit 3bfc2ba

Please sign in to comment.