Skip to content

Commit 085a388

Browse files
committed
Makefile: Bump minimum Go to 1.23
Signed-off-by: Stéphane Graber <[email protected]>
1 parent 823c1b5 commit 085a388

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
@@ -65,7 +65,7 @@ static-analysis:
6565
.PHONY: update-gomod
6666
update-gomod:
6767
$(GO) get -t -v -d -u ./...
68-
$(GO) mod tidy --go=1.22.7
68+
$(GO) mod tidy --go=1.23.0
6969
$(GO) get toolchain@none
7070
@echo "Dependencies updated"
7171

0 commit comments

Comments
 (0)