From ca22f43a93c128fbd51644130fbc565fa5e4d460 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Tue, 24 Sep 2024 07:04:48 -0700 Subject: [PATCH] Require Go 1.22.6 Among other fixes, Go 1.22.6 fixes a code signing issue on macOS and XCode 16 that prevents Zoetk from running: https://github.com/golang/go/issues/68088 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d3514b95d..e3493cb54 100644 --- a/go.mod +++ b/go.mod @@ -136,4 +136,4 @@ require ( go 1.22.0 -toolchain go1.22.1 +toolchain go1.22.6