Skip to content

Commit

Permalink
build(go): fix go directive to use 1.N.P syntax (#13)
Browse files Browse the repository at this point in the history
As of Go 1.21 the syntax for the "go" directive must be 1.N.P

Signed-off-by: Arik Kfir <[email protected]>
  • Loading branch information
arikkfir authored May 11, 2024
1 parent 0cbb1da commit 32f4caa
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/arikkfir/justest

go 1.21
go 1.21.0

require (
github.com/alecthomas/chroma/v2 v2.13.0
Expand Down

0 comments on commit 32f4caa

Please sign in to comment.