From d341e8f67b93137201fec922d9fe1233b9ae7ab2 Mon Sep 17 00:00:00 2001 From: Greg Burton <9094087+gburton1@users.noreply.github.com> Date: Tue, 27 Dec 2022 16:15:18 -0800 Subject: [PATCH] Patch upgrade of Golang to 1.18.9 Signed-off-by: Greg Burton <9094087+gburton1@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a058859d..55526c59 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ VERSION=$(shell cat VERSION) TAG_PREFIX=v TAG?=$(TAG_PREFIX)$(VERSION) -GO_VERSION?=1.18.5 +GO_VERSION?=1.18.9 GOLANGCI_VERSION?=1.50.1 .PHONY: all