Skip to content

Commit

Permalink
go.mod: Update go version to 1.N.P notation
Browse files Browse the repository at this point in the history
According to CodeQL:
As of Go 1.21, toolchain versions must use the 1.N.P syntax.

Signed-off-by: Heathcliff <[email protected]>
  • Loading branch information
heathcliff26 committed Jan 1, 2025
1 parent ad53c0d commit 961a3c3
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/heathcliff26/promremote

go 1.23
go 1.23.0

require (
github.com/golang/snappy v0.0.4
Expand Down

0 comments on commit 961a3c3

Please sign in to comment.