File tree 6 files changed +8
-84
lines changed
6 files changed +8
-84
lines changed Original file line number Diff line number Diff line change 21
21
22
22
- uses : actions/setup-go@v3
23
23
with :
24
- go-version : ' 1.17 '
24
+ go-version : ' 1.18 '
25
25
26
26
- name : Release
27
27
uses : goreleaser/goreleaser-action@v3
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ jobs:
20
20
steps :
21
21
- uses : actions/setup-go@v3
22
22
with :
23
- go-version : 1.17
23
+ go-version : 1.18
24
24
- name : Display go version
25
25
run : go version
26
26
- name : install tparse
27
27
run : |
28
- export GO111MODULE="on" && go get github.com/mfridman/tparse@v0.8.3
28
+ go install github.com/mfridman/tparse@v0.8.3
29
29
- uses : actions/cache@v3
30
30
with :
31
31
path : ~/go/bin
40
40
- uses : actions/checkout@v3
41
41
- uses : actions/setup-go@v3
42
42
with :
43
- go-version : 1.17
43
+ go-version : 1.18
44
44
- uses : technote-space/get-diff-action@v6.1.0
45
45
id : git_diff
46
46
with :
95
95
- uses : actions/checkout@v3
96
96
- uses : actions/setup-go@v3
97
97
with :
98
- go-version : 1.17
98
+ go-version : 1.18
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 @@ -39,6 +39,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
39
39
### Dependencies
40
40
41
41
* [ \# 1525] ( https://github.com/cosmos/ibc-go/pull/1525 ) Bump SDK version to v0.45.5
42
+ * [ \# 1627] ( https://github.com/cosmos/ibc-go/pull/1627 ) Bump Go version to 1.18
42
43
43
44
### API Breaking
44
45
Original file line number Diff line number Diff line change 1
- FROM golang:1.17 as builder
1
+ FROM golang:1.18 as builder
2
2
3
3
ENV GOPATH=""
4
4
ENV GOMODULE="on"
Original file line number Diff line number Diff line change 1
- go 1.17
1
+ go 1.18
2
2
3
3
module github.com/cosmos/ibc-go/v4
4
4
You can’t perform that action at this time.
0 commit comments