Skip to content

Commit

Permalink
Fix: Invalid Go toolchain version
Browse files Browse the repository at this point in the history
As of Go 1.21, toolchain versions must use the 1.N.P syntax.
  • Loading branch information
mhutchinson committed Aug 13, 2024
1 parent 52b3ab1 commit 6eecb99
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/transparency-dev/serverless-log

go 1.21
go 1.21.13

require (
github.com/gdamore/tcell/v2 v2.7.4
Expand Down

0 comments on commit 6eecb99

Please sign in to comment.