File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 5050 password : ${{ secrets.DOCKER_PASSWORD }}
5151
5252 - name : Set up GO 1.24.11
53- uses : actions/setup-go@v1
53+ uses : actions/setup-go@v5
5454 with :
5555 go-version : 1.24.11
5656 id : go
@@ -181,7 +181,7 @@ jobs:
181181 password : ${{ secrets.DOCKER_PASSWORD }}
182182
183183 - name : Set up GO 1.24.11
184- uses : actions/setup-go@v1
184+ uses : actions/setup-go@v5
185185 with :
186186 go-version : 1.24.11
187187 id : go
Original file line number Diff line number Diff line change 3535 uses : actions/checkout@v2
3636
3737 - name : Set up GO 1.24.11
38- uses : actions/setup-go@v1
38+ uses : actions/setup-go@v5
3939 with :
4040 go-version : 1.24.11
4141 id : go
Original file line number Diff line number Diff line change 3636 swap-storage : true
3737
3838 - name : Set up Go
39- uses : actions/setup-go@v1
39+ uses : actions/setup-go@v5
4040 with :
4141 go-version : ${{ matrix.go-version }}
4242 id : go
Original file line number Diff line number Diff line change 3838 password : ${{ secrets.DOCKER_PASSWORD }}
3939
4040 - name : Set up GO 1.24.11
41- uses : actions/setup-go@v1
41+ uses : actions/setup-go@v5
4242 with :
4343 go-version : 1.24.11
4444 id : go
Original file line number Diff line number Diff line change 8585
8686 - name : Set up GO 1.24.11
8787 if : steps.list-changed.outputs.changed == 'true'
88- uses : actions/setup-go@v1
88+ uses : actions/setup-go@v5
8989 with :
9090 go-version : 1.24.11
9191 id : go
Original file line number Diff line number Diff line change 3535 ref : ${{ github.event.pull_request.head.sha }}
3636
3737 - name : Set up GO 1.24.11
38- uses : actions/setup-go@v1
38+ uses : actions/setup-go@v5
3939 with :
4040 go-version : 1.24.11
4141 id : go
Original file line number Diff line number Diff line change 4646 ref : ${{ github.event.pull_request.head.sha }}
4747
4848 - name : Set up GO 1.24.11
49- uses : actions/setup-go@v1
49+ uses : actions/setup-go@v5
5050 with :
5151 go-version : 1.24.11
5252 id : go
You can’t perform that action at this time.
0 commit comments