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 4343 run : echo COG_WHEEL=$(ls dist/*.whl) >>"$GITHUB_ENV"
4444 - name : Extract source distribution
4545 run : tar xf dist/*.tar.gz --strip-components=1
46- - uses : actions/setup-go@v5
46+ - uses : actions/setup-go@v6
4747 with :
4848 go-version-file : go.mod
4949 - uses : actions/setup-python@v6
8787 path : dist
8888 - name : Set COG_WHEEL
8989 run : echo COG_WHEEL=$(ls dist/*.whl) >>"$GITHUB_ENV"
90- - uses : actions/setup-go@v5
90+ - uses : actions/setup-go@v6
9191 with :
9292 go-version-file : go.mod
9393 - name : Build
@@ -167,7 +167,7 @@ jobs:
167167 path : dist
168168 - name : Set COG_WHEEL
169169 run : echo COG_WHEEL=$(ls dist/*.whl) >>"$GITHUB_ENV"
170- - uses : actions/setup-go@v5
170+ - uses : actions/setup-go@v6
171171 with :
172172 go-version-file : go.mod
173173 - uses : actions/setup-python@v6
@@ -202,7 +202,7 @@ jobs:
202202 path : dist
203203 - name : Set COG_WHEEL
204204 run : echo COG_WHEEL=$(ls dist/*.whl) >>"$GITHUB_ENV"
205- - uses : actions/setup-go@v5
205+ - uses : actions/setup-go@v6
206206 with :
207207 go-version-file : go.mod
208208 - uses : goreleaser/goreleaser-action@v6
You can’t perform that action at this time.
0 commit comments