From 8d0c35c0504a88c3947a71e1603baad44f50c92c Mon Sep 17 00:00:00 2001 From: "Artur M. Wolff" Date: Tue, 18 Jul 2023 12:18:16 +0200 Subject: [PATCH] Makefile: update Go to 1.20.6 Change-Id: I9fff1de54005547a94cf842c9bcdf3d9a8be37e1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0fb5188..8b63710 100644 --- a/Makefile +++ b/Makefile @@ -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)