Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fdf6604

Browse files
committedJun 25, 2024··
Bump Go from 1.20 to 1.22
1 parent dab04cd commit fdf6604

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed
 

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- uses: actions/setup-go@v5
2323
with:
24-
go-version: '1.20'
24+
go-version: '1.22'
2525

2626
- name: Release
2727
uses: goreleaser/goreleaser-action@v6

‎.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/setup-go@v5
2222
with:
23-
go-version: '1.20'
23+
go-version: '1.22'
2424
- name: Display go version
2525
run: go version
2626
- name: install tparse
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v4
4141
- uses: actions/setup-go@v5
4242
with:
43-
go-version: '1.20'
43+
go-version: '1.22'
4444
- uses: technote-space/get-diff-action@v6.1.0
4545
id: git_diff
4646
with:
@@ -95,7 +95,7 @@ jobs:
9595
- uses: actions/checkout@v4
9696
- uses: actions/setup-go@v5
9797
with:
98-
go-version: '1.20'
98+
go-version: '1.22'
9999
- uses: technote-space/get-diff-action@v6.1.0
100100
with:
101101
PATTERNS: |

‎go.mod

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
go 1.22
22

3-
toolchain go1.22.4
4-
53
module github.com/cosmos/ibc-go/v4
64

75
retract [v4.0.0, v4.1.0] // depends on SDK version without dragonberry fix

0 commit comments

Comments
 (0)
Please sign in to comment.