File tree 3 files changed +4
-6
lines changed
3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 21
21
22
22
- uses : actions/setup-go@v5
23
23
with :
24
- go-version : ' 1.20 '
24
+ go-version : ' 1.22 '
25
25
26
26
- name : Release
27
27
uses : goreleaser/goreleaser-action@v6
Original file line number Diff line number Diff line change 20
20
steps :
21
21
- uses : actions/setup-go@v5
22
22
with :
23
- go-version : ' 1.20 '
23
+ go-version : ' 1.22 '
24
24
- name : Display go version
25
25
run : go version
26
26
- name : install tparse
40
40
- uses : actions/checkout@v4
41
41
- uses : actions/setup-go@v5
42
42
with :
43
- go-version : ' 1.20 '
43
+ go-version : ' 1.22 '
44
44
- uses : technote-space/get-diff-action@v6.1.0
45
45
id : git_diff
46
46
with :
95
95
- uses : actions/checkout@v4
96
96
- uses : actions/setup-go@v5
97
97
with :
98
- go-version : ' 1.20 '
98
+ go-version : ' 1.22 '
99
99
- uses : technote-space/get-diff-action@v6.1.0
100
100
with :
101
101
PATTERNS : |
Original file line number Diff line number Diff line change 1
1
go 1.22
2
2
3
- toolchain go1.22.4
4
-
5
3
module github.com/cosmos/ibc-go/v4
6
4
7
5
retract [v4.0.0 , v4.1.0 ] // depends on SDK version without dragonberry fix
You can’t perform that action at this time.
0 commit comments