Skip to content

Commit

Permalink
Merge pull request #36 from hyphacoop/bump-go-v1.22
Browse files Browse the repository at this point in the history
Bump go to 1.22.4
  • Loading branch information
dasanchez authored Jun 18, 2024
2 parents 1a3f0e9 + bdfa312 commit 83378aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/actions/build-gaiad-binary/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ runs:
- name: Install golang
shell: bash
run: |
wget -q https://go.dev/dl/go1.21.8.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.21.8.linux-amd64.tar.gz
wget -q https://go.dev/dl/go1.22.4.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.22.4.linux-amd64.tar.gz
- name: Update PATH
shell: bash
Expand All @@ -48,7 +48,7 @@ runs:
shell: bash
run: |
go version
export GOTOOLCHAIN=go1.21.8
export GOTOOLCHAIN=go1.22.4
git clone https://github.com/cosmos/gaia.git
cd gaia
git checkout ${{ inputs.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gaiad-linux-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@ jobs:
git-ref: main
github-organization: cosmos
github-repo: gaia
additional-args: "--go-version=1.21.10"
additional-args: "--go-version=1.22.4"
heighliner-tag: v1.5.5

0 comments on commit 83378aa

Please sign in to comment.