From da71c711b471504c25e9a738abb7d334ddaba6db Mon Sep 17 00:00:00 2001 From: Thorsten Date: Fri, 14 Jun 2024 07:04:33 +0200 Subject: [PATCH] Added correct toolchain version (#22) A correct version is in the form 1.x.y, see comment https://github.com/golang/go/issues/62278#issuecomment-1693538776 Otherwise build can fail with `go: download go1.22 for darwin/arm64: toolchain not available` --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 8f2439d..3a3e385 100644 --- a/go.mod +++ b/go.mod @@ -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