Skip to content

Commit

Permalink
go v1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanchez committed Jan 11, 2024
1 parent 272bb6d commit 6be07a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ics-provider-linux-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- name: Install golang
run: |
wget -q https://go.dev/dl/go1.21.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.21.linux-amd64.tar.gz
wget -q https://go.dev/dl/go1.21.1.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.21.1.linux-amd64.tar.gz
- name: Clone and build interchain security
run: |
Expand Down

0 comments on commit 6be07a5

Please sign in to comment.