Skip to content

Commit

Permalink
Added correct toolchain version (#22)
Browse files Browse the repository at this point in the history
A correct version is in the form 1.x.y, see comment golang/go#62278 (comment)

Otherwise build can fail with `go: download go1.22 for darwin/arm64: toolchain not available`
  • Loading branch information
thenktor committed Jun 14, 2024
1 parent fd30c64 commit da71c71
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/dubyte/dir2opds

go 1.22
go 1.22.0

require (
github.com/lann/builder v0.0.0-20150808151131-f22ce00fd939
Expand Down

0 comments on commit da71c71

Please sign in to comment.