Skip to content

Commit

Permalink
build: Set go version in go.mod to 1.23.0
Browse files Browse the repository at this point in the history
go 1.24 has been released so 1.22 is no longer supported.
Having go versions out of sync in go.mod and tools/go.mod causes issues
when building in github actions, so this change will also help with
that.

Signed-off-by: Christophe Fergeau <[email protected]>
  • Loading branch information
cfergeau committed Feb 25, 2025
1 parent 3694a7d commit 8d4abc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/cfergeau/macadam

go 1.22.6
go 1.23.0

toolchain go1.23.2

Expand Down

0 comments on commit 8d4abc3

Please sign in to comment.