Skip to content

Commit 945fc13

Browse files
committed
Use Go 1.24
Signed-off-by: 1gtm <[email protected]>
1 parent 87cdcc8 commit 945fc13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ add-license:
428428
--env HTTP_PROXY=$(HTTP_PROXY) \
429429
--env HTTPS_PROXY=$(HTTPS_PROXY) \
430430
$(BUILD_IMAGE) \
431-
ltag -t "./hack/license" --excludes ".go vendor contrib libbuild" -v
431+
ltag -t "./hack/license" --excludes ".go .go vendor contrib libbuild" -v
432432

433433
.PHONY: check-license
434434
check-license:
@@ -441,7 +441,7 @@ check-license:
441441
--env HTTP_PROXY=$(HTTP_PROXY) \
442442
--env HTTPS_PROXY=$(HTTPS_PROXY) \
443443
$(BUILD_IMAGE) \
444-
ltag -t "./hack/license" --excludes ".go vendor contrib libbuild" --check -v
444+
ltag -t "./hack/license" --excludes ".go .go vendor contrib libbuild" --check -v
445445

446446
.PHONY: ci
447447
ci: verify check-license lint build unit-tests #cover

0 commit comments

Comments
 (0)