File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4848 submodules : true
4949
5050 - name : Setup Go
51- uses : actions/setup-go@v5
51+ uses : actions/setup-go@v6
5252 with :
5353 go-version : ${{ env.GO_VERSION }}
5454
9595 submodules : true
9696
9797 - name : Setup Go
98- uses : actions/setup-go@v5
98+ uses : actions/setup-go@v6
9999 with :
100100 go-version : ${{ env.GO_VERSION }}
101101
@@ -138,7 +138,7 @@ jobs:
138138 run : git fetch --prune --unshallow
139139
140140 - name : Setup Go
141- uses : actions/setup-go@v5
141+ uses : actions/setup-go@v6
142142 with :
143143 go-version : ${{ env.GO_VERSION }}
144144
@@ -198,7 +198,7 @@ jobs:
198198 run : git fetch --prune --unshallow
199199
200200 - name : Setup Go
201- uses : actions/setup-go@v5
201+ uses : actions/setup-go@v6
202202 with :
203203 go-version : ${{ env.GO_VERSION }}
204204
@@ -260,7 +260,7 @@ jobs:
260260 run : git fetch --prune --unshallow
261261
262262 - name : Setup Go
263- uses : actions/setup-go@v5
263+ uses : actions/setup-go@v6
264264 with :
265265 go-version : ${{ env.GO_VERSION }}
266266
You can’t perform that action at this time.
0 commit comments