File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2929 repository : ${{ github.event.pull_request.head.repo.full_name }}
3030 ref : ${{ github.event.pull_request.head.sha }}
3131
32- - uses : actions/setup-go@v5
32+ - uses : actions/setup-go@v6
3333 with :
3434 go-version-file : go.mod
3535
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - uses : actions/checkout@v5
16- - uses : actions/setup-go@v5
16+ - uses : actions/setup-go@v6
1717 with :
1818 go-version-file : go.mod
1919 - name : golangci-lint
Original file line number Diff line number Diff line change 2121 with :
2222 fetch-depth : 1
2323 - name : Set up Go
24- uses : actions/setup-go@v5
24+ uses : actions/setup-go@v6
2525 with :
2626 go-version-file : go.mod
2727 - name : generate release artifacts
Original file line number Diff line number Diff line change 3939 with :
4040 fetch-depth : 0 # for SonarQube
4141
42- - uses : actions/setup-go@v5
42+ - uses : actions/setup-go@v6
4343 with :
4444 go-version-file : go.mod
4545
You can’t perform that action at this time.
0 commit comments