Skip to content

Commit

Permalink
Specify minor go version in go.mod (#11966)
Browse files Browse the repository at this point in the history
Otherwise I'm getting
```
go: download go1.22 for darwin/arm64: toolchain not available
```
on my mac.

See golang/go#65568 &
golang/go#62278 (comment)
  • Loading branch information
yperbasis authored Sep 12, 2024
1 parent b4ea75d commit ecec917
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion erigon-lib/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/erigontech/erigon-lib

go 1.22
go 1.22.0

require (
github.com/erigontech/erigon-snapshot v1.3.1-0.20240814160410-2ce37904b978
Expand Down
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/erigontech/erigon

go 1.22
go 1.22.0

require (
github.com/erigontech/erigonwatch v0.0.0-20240718131902-b6576bde1116
Expand Down

0 comments on commit ecec917

Please sign in to comment.