Skip to content

Commit

Permalink
downgrade golang version
Browse files Browse the repository at this point in the history
  • Loading branch information
catShaark committed Aug 21, 2023
1 parent 2196665 commit 515bb5c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 58 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: [self-hosted, linux]
steps:
# Install and setup go
- name: Set up Go 1.19
- name: Set up Go 1.20
uses: actions/setup-go@v4
with:
go-version: '1.20'
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: [self-hosted, linux]
steps:
# Install and setup go
- name: Set up Go 1.19
- name: Set up Go 1.20
uses: actions/setup-go@v4
with:
go-version: '1.20'
Expand All @@ -57,7 +57,7 @@ jobs:
runs-on: [self-hosted, linux]
steps:
# Install and setup go
- name: Set up Go 1.19
- name: Set up Go 1.20
uses: actions/setup-go@v4
with:
go-version: '1.20'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: [self-hosted, linux]
steps:
# Install and setup go
- name: Set up Go 1.19
- name: Set up Go 1.20
uses: actions/setup-go@v4
with:
go-version: '1.20'
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/strangelove-ventures/interchaintest/v7

go 1.21

toolchain go1.21.0
go 1.20

require (
cosmossdk.io/math v1.0.1
Expand Down
Loading

0 comments on commit 515bb5c

Please sign in to comment.