File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3939 # Initializes the Golang environment for the CodeQL tools.
4040 # https://github.com/github/codeql-action/issues/1842#issuecomment-1704398087
4141 - name : Install Go
42- uses : actions/setup-go@v5
42+ uses : actions/setup-go@v6
4343 with :
4444 go-version-file : go.mod
4545
Original file line number Diff line number Diff line change 2323 uses : actions/checkout@v5
2424
2525 - name : Set up Go
26- uses : actions/setup-go@v5
26+ uses : actions/setup-go@v6
2727 with :
2828 go-version : ' stable'
2929
Original file line number Diff line number Diff line change 2727 GO111MODULE : on
2828 steps :
2929 - name : Set up Go ${{ matrix.go }}
30- uses : actions/setup-go@v5
30+ uses : actions/setup-go@v6
3131 with :
3232 go-version : ${{ matrix.go }}
3333
Original file line number Diff line number Diff line change 2727 GO111MODULE : on
2828 steps :
2929 - name : Set up Go ${{ matrix.go }}
30- uses : actions/setup-go@v5
30+ uses : actions/setup-go@v6
3131 with :
3232 go-version : ${{ matrix.go }}
3333
Original file line number Diff line number Diff line change 2727 GO111MODULE : on
2828 steps :
2929 - name : Set up Go ${{ matrix.go }}
30- uses : actions/setup-go@v5
30+ uses : actions/setup-go@v6
3131 with :
3232 go-version : ${{ matrix.go }}
3333
You can’t perform that action at this time.
0 commit comments