Skip to content

Commit

Permalink
Specify minor go version in .mod file
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 <oleg@neon.tech>
  • Loading branch information
Omrigan committed Sep 7, 2024
1 parent 66c74ee commit c40f9cb
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.22
go 1.22.0

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

0 comments on commit c40f9cb

Please sign in to comment.