Patch upgrade of Golang to 1.18.9

Signed-off-by: Greg Burton <9094087+gburton1@users.noreply.github.com>
This commit is contained in:
Greg Burton 2022-12-27 16:15:18 -08:00
parent b03cc3e7c8
commit d341e8f67b

View file

@ -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