File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 43
43
run : echo COG_WHEEL=$(ls dist/*.whl) >>"$GITHUB_ENV"
44
44
- name : Extract source distribution
45
45
run : tar xf dist/*.tar.gz --strip-components=1
46
- - uses : actions/setup-go@v5
46
+ - uses : actions/setup-go@v6
47
47
with :
48
48
go-version-file : go.mod
49
49
- uses : actions/setup-python@v6
87
87
path : dist
88
88
- name : Set COG_WHEEL
89
89
run : echo COG_WHEEL=$(ls dist/*.whl) >>"$GITHUB_ENV"
90
- - uses : actions/setup-go@v5
90
+ - uses : actions/setup-go@v6
91
91
with :
92
92
go-version-file : go.mod
93
93
- name : Build
@@ -167,7 +167,7 @@ jobs:
167
167
path : dist
168
168
- name : Set COG_WHEEL
169
169
run : echo COG_WHEEL=$(ls dist/*.whl) >>"$GITHUB_ENV"
170
- - uses : actions/setup-go@v5
170
+ - uses : actions/setup-go@v6
171
171
with :
172
172
go-version-file : go.mod
173
173
- uses : actions/setup-python@v6
@@ -202,7 +202,7 @@ jobs:
202
202
path : dist
203
203
- name : Set COG_WHEEL
204
204
run : echo COG_WHEEL=$(ls dist/*.whl) >>"$GITHUB_ENV"
205
- - uses : actions/setup-go@v5
205
+ - uses : actions/setup-go@v6
206
206
with :
207
207
go-version-file : go.mod
208
208
- uses : goreleaser/goreleaser-action@v6
You can’t perform that action at this time.
0 commit comments