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 Dec 15, 2024
1 parent 8002ca7 commit e465d6b
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/fleetlock

go 1.23
go 1.23.0

require (
github.com/alicebob/miniredis/v2 v2.33.0
Expand Down

0 comments on commit e465d6b

Please sign in to comment.