From a2e1763369005a6dbb8d77d78be673459e5fcb15 Mon Sep 17 00:00:00 2001 From: JetSetIlly Date: Mon, 8 Apr 2024 20:01:10 +0100 Subject: [PATCH] correct toolchain requirement. 1.22.0 instead of 1.22 fixes change made in a0b18e9 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e8883220..ee7d106c 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/jetsetilly/gopher2600 -go 1.22 +go 1.22.0 require ( github.com/go-audio/audio v1.0.0