Skip to content

Commit 2ac2315

Browse files
authored
Use Go 1.24 (#62)
Signed-off-by: 1gtm <[email protected]>
1 parent a7cc3a7 commit 2ac2315

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
@@ -256,7 +256,7 @@ add-license:
256256
--env HTTP_PROXY=$(HTTP_PROXY) \
257257
--env HTTPS_PROXY=$(HTTPS_PROXY) \
258258
$(BUILD_IMAGE) \
259-
ltag -t "./hack/license" --excludes "vendor contrib libbuild" -v
259+
ltag -t "./hack/license" --excludes ".go vendor contrib libbuild" -v
260260

261261
.PHONY: check-license
262262
check-license:
@@ -269,7 +269,7 @@ check-license:
269269
--env HTTP_PROXY=$(HTTP_PROXY) \
270270
--env HTTPS_PROXY=$(HTTPS_PROXY) \
271271
$(BUILD_IMAGE) \
272-
ltag -t "./hack/license" --excludes "vendor contrib libbuild" --check -v
272+
ltag -t "./hack/license" --excludes ".go vendor contrib libbuild" --check -v
273273

274274
.PHONY: ci
275275
ci: verify check-license lint build unit-tests #cover

0 commit comments

Comments
 (0)