Skip to content

Commit

Permalink
try GOTOOLCHAIN=local
Browse files Browse the repository at this point in the history
  • Loading branch information
tbruyelle committed Nov 4, 2024
1 parent c281f0c commit ae779db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
env:
# ensure actions/checkouts uses the version from the go directive and not from the toolchain directive.
GOTOOLCHAIN=local
- uses: technote-space/[email protected]
id: git_diff
with:
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module github.com/atomone-hub/atomone

go 1.22.7

toolchain go1.23.2

require (
cosmossdk.io/api v0.3.1
cosmossdk.io/core v0.5.1
Expand Down

0 comments on commit ae779db

Please sign in to comment.