From 5750cacf35ffda8e9c9def209440dbf7d3104bac Mon Sep 17 00:00:00 2001 From: Vivek Kumar Date: Sun, 28 Apr 2024 08:08:52 +0530 Subject: [PATCH] update go version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 42a89c3c..d031fdf8 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ VERSION=$(shell cat VERSION) TAG_PREFIX=v TAG?=$(TAG_PREFIX)$(VERSION) -GO_VERSION?=1.22.0 +GO_VERSION?=1.22.2 GOLANGCI_VERSION?=1.57.2 .PHONY: all