Skip to content

Commit

Permalink
Use Go 1.24 (#115)
Browse files Browse the repository at this point in the history
Signed-off-by: 1gtm <[email protected]>
  • Loading branch information
1gtm authored Feb 16, 2025
1 parent e9df133 commit 769e2e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ add-license:
--env HTTP_PROXY=$(HTTP_PROXY) \
--env HTTPS_PROXY=$(HTTPS_PROXY) \
$(BUILD_IMAGE) \
ltag -t "./hack/license" --excludes "vendor contrib libbuild" -v
ltag -t "./hack/license" --excludes ".go vendor contrib libbuild" -v

.PHONY: check-license
check-license:
Expand All @@ -350,7 +350,7 @@ check-license:
--env HTTP_PROXY=$(HTTP_PROXY) \
--env HTTPS_PROXY=$(HTTPS_PROXY) \
$(BUILD_IMAGE) \
ltag -t "./hack/license" --excludes "vendor contrib libbuild" --check -v
ltag -t "./hack/license" --excludes ".go vendor contrib libbuild" --check -v

.PHONY: ci
ci: verify check-license lint build unit-tests #cover
Expand Down

0 comments on commit 769e2e1

Please sign in to comment.