Skip to content

Commit c40f9cb

Browse files
committed
Specify minor go version in .mod file
See also golang/go#66175 Otherwise can't build: go: download go1.22 for linux/amd64: toolchain not available Signed-off-by: Oleg Vasilev <[email protected]>
1 parent 66c74ee commit c40f9cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/neondatabase/autoscaling
22

3-
go 1.22
3+
go 1.22.0
44

55
replace (
66
github.com/google/gnostic => github.com/google/gnostic v0.7.0

0 commit comments

Comments
 (0)