Skip to content

Commit

Permalink
Update go version
Browse files Browse the repository at this point in the history
Remove patch level to avoid "invalid go version '1.21.6': must
match format 1.23" error

Signed-off-by: James Taylor <[email protected]>
  • Loading branch information
jt-nti committed Feb 5, 2024
1 parent a99c73a commit d1a1f77
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
module github.com/jt-nti/presentations

go 1.21.6

require github.com/dzello/reveal-hugo v0.0.0-20231220085453-34a810ef52ed // indirect
go 1.21

0 comments on commit d1a1f77

Please sign in to comment.