From 84661730b026a1dfae4b137b993f71b26fdda8cf Mon Sep 17 00:00:00 2001 From: Cosmin Cojocar Date: Mon, 10 Oct 2022 09:31:09 +0200 Subject: [PATCH] Update Go version to 1.19 in the makefile (#876) Signed-off-by: Cosmin Cojocar Signed-off-by: Cosmin Cojocar --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5b7e0560a6..4d00cd48fd 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ GOSEC ?= $(GOBIN)/gosec GINKGO ?= $(GOBIN)/ginkgo GO_MINOR_VERSION = $(shell $(GO) version | cut -c 14- | cut -d' ' -f1 | cut -d'.' -f2) GOVULN_MIN_VERSION = 17 -GO_VERSION = 1.18 +GO_VERSION = 1.19 default: $(MAKE) build