From cd30ae96085eafc85091a92783f9ca052133eb37 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sun, 16 Feb 2025 08:20:41 +0000 Subject: [PATCH] Use Go 1.24 Signed-off-by: 1gtm <1gtm@appscode.com> --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 989ac484b..c63ff714b 100644 --- a/Makefile +++ b/Makefile @@ -431,7 +431,7 @@ add-license: --env HTTP_PROXY=$(HTTP_PROXY) \ --env HTTPS_PROXY=$(HTTPS_PROXY) \ $(BUILD_IMAGE) \ - ltag -t "./hack/license" --excludes ".go vendor contrib libbuild" -v + ltag -t "./hack/license" --excludes ".go .go vendor contrib libbuild" -v .PHONY: check-license check-license: @@ -444,7 +444,7 @@ check-license: --env HTTP_PROXY=$(HTTP_PROXY) \ --env HTTPS_PROXY=$(HTTPS_PROXY) \ $(BUILD_IMAGE) \ - ltag -t "./hack/license" --excludes ".go vendor contrib libbuild" --check -v + ltag -t "./hack/license" --excludes ".go .go vendor contrib libbuild" --check -v .PHONY: ci ci: verify check-license lint build unit-tests #cover