Skip to content

Commit

Permalink
Specify minor go version in .mod file (#1068)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Omrigan authored Sep 17, 2024
1 parent d42ed7c commit b085b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/neondatabase/autoscaling

go 1.23
go 1.23.0

replace (
github.com/google/gnostic => github.com/google/gnostic v0.7.0
Expand Down

0 comments on commit b085b6e

Please sign in to comment.