File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222 fetch-depth : 2
2323
2424 - name : Setup Go
25- uses : actions/setup-go@v5
25+ uses : actions/setup-go@v6
2626 with :
2727 go-version : ${{ env.GO_VERSION }}
2828
Original file line number Diff line number Diff line change 1919 modules : ${{ steps.set-modules.outputs.modules }}
2020 steps :
2121 - uses : actions/checkout@v5
22- - uses : actions/setup-go@v5
22+ - uses : actions/setup-go@v6
2323 with :
2424 go-version : ${{ env.GO_VERSION }}
2525 - id : set-modules
3333 modules : ${{ fromJSON(needs.detect-modules.outputs.modules) }}
3434 steps :
3535 - uses : actions/checkout@v5
36- - uses : actions/setup-go@v5
36+ - uses : actions/setup-go@v6
3737 with :
3838 go-version : ${{ env.GO_VERSION }}
3939 - name : golangci-lint ${{ matrix.modules }}
Original file line number Diff line number Diff line change 2525 with :
2626 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
2727
28- - uses : actions/setup-go@v5
28+ - uses : actions/setup-go@v6
2929 with :
3030 go-version : ${{ env.GO_VERSION }}
3131
You can’t perform that action at this time.
0 commit comments