Skip to content

Commit

Permalink
Merge pull request #33 from hyphacoop/build-fix
Browse files Browse the repository at this point in the history
Bump go version for Gaia main build
  • Loading branch information
dasanchez authored Apr 3, 2024
2 parents ffb1276 + 2518586 commit 1887a4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/gaiad-linux-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
schedule:
- cron: '0 6,8,10,12,14,16,18 * * 1-5'
# push:
push:

jobs:
collect_remote_commit:
Expand Down Expand Up @@ -53,8 +53,8 @@ jobs:
- name: Install golang
run: |
wget -q https://go.dev/dl/go1.20.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.20.linux-amd64.tar.gz
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
- name: Update PATH
run: |
Expand All @@ -63,6 +63,8 @@ jobs:
- name: Clone and build Gaia
run: |
go version
export GOTOOLCHAIN=go1.21.8
git clone https://github.com/cosmos/gaia.git
cd gaia
git checkout main
Expand Down
Binary file added gaiad-linux
Binary file not shown.

0 comments on commit 1887a4c

Please sign in to comment.