Skip to content

Commit e650be9

Browse files
authoredJan 13, 2023
deps: update to cosmos-sdk v0.47 (cosmos#2672)
1 parent b8e05d3 commit e650be9

File tree

123 files changed

+1328
-1854
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+1328
-1854
lines changed
 

‎.github/workflows/e2e-compatibility-workflow-call.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ on:
66
required: true
77
type: string
88
test-suite:
9-
description: 'Test suite to run'
9+
description: "Test suite to run"
1010
required: true
1111
type: string
1212

13-
1413
jobs:
1514
load-test-matrix:
1615
outputs:
@@ -43,7 +42,7 @@ jobs:
4342
repository: cosmos/ibc-go
4443
- uses: actions/setup-go@v3
4544
with:
46-
go-version: 1.18
45+
go-version: 1.19
4746
- name: Run e2e Test
4847
run: |
4948
cd e2e

‎.github/workflows/e2e-fork.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v3
2121
- uses: actions/setup-go@v3
2222
with:
23-
go-version: 1.18
23+
go-version: 1.19
2424
- id: set-matrix
2525
run: echo "matrix=$(go run cmd/build_test_matrix/main.go)" >> $GITHUB_OUTPUT
2626
env:
@@ -44,7 +44,7 @@ jobs:
4444
- name: Setup Go
4545
uses: actions/setup-go@v3
4646
with:
47-
go-version: 1.18
47+
go-version: 1.19
4848
- name: Run e2e Test
4949
run: |
5050
cd e2e

0 commit comments

Comments
 (0)