File tree 3 files changed +17
-24
lines changed
3 files changed +17
-24
lines changed Original file line number Diff line number Diff line change 15
15
- name : Set up Go 1.20
16
16
uses : actions/setup-go@v4
17
17
with :
18
- go-version : 1.20.2
18
+ go-version : ' 1.20'
19
19
20
20
# setup gopath
21
21
- name : Set PATH
Original file line number Diff line number Diff line change 11
11
runs-on : self-hosted
12
12
steps :
13
13
- name : Set up Go 1.20
14
- uses : actions/setup-go@v1
14
+ uses : actions/setup-go@v4
15
15
with :
16
- go-version : 1.20
17
- id : go
16
+ go-version : ' 1.20'
18
17
19
18
- name : checkout relayer
20
19
uses : actions/checkout@v2
33
32
runs-on : self-hosted
34
33
steps :
35
34
- name : Set up Go 1.20
36
- uses : actions/setup-go@v1
35
+ uses : actions/setup-go@v4
37
36
with :
38
- go-version : 1.20
39
- id : go
37
+ go-version : ' 1.20'
40
38
41
39
- name : checkout relayer
42
40
uses : actions/checkout@v2
55
53
runs-on : ubuntu-latest
56
54
steps :
57
55
- name : Set up Go 1.20
58
- uses : actions/setup-go@v1
56
+ uses : actions/setup-go@v4
59
57
with :
60
- go-version : 1.20
61
- id : go
58
+ go-version : ' 1.20'
62
59
63
60
- name : checkout relayer
64
61
uses : actions/checkout@v2
77
74
runs-on : ubuntu-latest
78
75
steps :
79
76
- name : Set up Go 1.20
80
- uses : actions/setup-go@v1
77
+ uses : actions/setup-go@v4
81
78
with :
82
- go-version : 1.20
83
- id : go
79
+ go-version : ' 1.20'
84
80
85
81
- name : checkout relayer
86
82
uses : actions/checkout@v2
99
95
runs-on : ubuntu-latest
100
96
steps :
101
97
- name : Set up Go 1.20
102
- uses : actions/setup-go@v1
98
+ uses : actions/setup-go@v4
103
99
with :
104
- go-version : 1.20
105
- id : go
100
+ go-version : ' 1.20'
106
101
107
102
- name : checkout relayer
108
103
uses : actions/checkout@v2
@@ -121,10 +116,9 @@ jobs:
121
116
runs-on : ubuntu-latest
122
117
steps :
123
118
- name : Set up Go 1.20
124
- uses : actions/setup-go@v1
119
+ uses : actions/setup-go@v4
125
120
with :
126
- go-version : 1.20
127
- id : go
121
+ go-version : ' 1.20'
128
122
129
123
- name : checkout relayer
130
124
uses : actions/checkout@v2
@@ -143,10 +137,9 @@ jobs:
143
137
runs-on : ubuntu-latest
144
138
steps :
145
139
- name : Set up Go 1.20
146
- uses : actions/setup-go@v1
140
+ uses : actions/setup-go@v4
147
141
with :
148
- go-version : 1.20
149
- id : go
142
+ go-version : ' 1.20'
150
143
151
144
- name : checkout relayer
152
145
uses : actions/checkout@v2
Original file line number Diff line number Diff line change 15
15
fetch-depth : 0
16
16
17
17
- name : Set up Go
18
- uses : actions/setup-go@v2
18
+ uses : actions/setup-go@v4
19
19
with :
20
- go-version : 1.20
20
+ go-version : ' 1.20'
21
21
22
22
- run : echo https://github.com/cosmos/relayer/blob/${GITHUB_REF#refs/tags/}/CHANGELOG.md#${GITHUB_REF#refs/tags/} > ../release_notes.md
23
23
You can’t perform that action at this time.
0 commit comments