Skip to content

Commit 4f79153

Browse files
committed
update makefile
1 parent a1ba624 commit 4f79153

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ mod-download: ## Run go mod download against go modules.
135135

136136
.PHONY: module
137137
module: ## Run go mod tidy->verify against go modules.
138-
$(GO) mod tidy -compat=1.21
138+
$(GO) mod tidy -compat=1.24
139139
$(GO) mod verify
140140

141141
TEST_PACKAGES ?= ./pkg/... ./cmd/...

0 commit comments

Comments
 (0)