From c40f9cb71b6b2c6e4253b6546b14c19de5e6eecb Mon Sep 17 00:00:00 2001 From: Oleg Vasilev Date: Sat, 7 Sep 2024 20:16:46 +0200 Subject: [PATCH] Specify minor go version in .mod file See also https://github.com/golang/go/issues/66175 Otherwise can't build: go: download go1.22 for linux/amd64: toolchain not available Signed-off-by: Oleg Vasilev --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 06b7fd0d5..ad9820ab5 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/neondatabase/autoscaling -go 1.22 +go 1.22.0 replace ( github.com/google/gnostic => github.com/google/gnostic v0.7.0