Skip to content

Commit f3da7db

Browse files
committed
Makefile: update Go version to 1.24.2
1 parent 163376d commit f3da7db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ default: install
7575
# Create and update the vendor directory
7676
.PHONY: vendor
7777
vendor:
78-
go mod tidy -go $(GOVERSION).0
78+
go mod tidy -go $(GOVERSION).2
7979
go mod vendor
8080

8181
.PHONY: vendorcheck

0 commit comments

Comments
 (0)