File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 uses : actions/checkout@v4
2020
2121 - name : Set up Go
22- uses : actions/setup-go@v5
22+ uses : actions/setup-go@v6
2323 with :
2424 go-version-file : " go.mod"
2525
Original file line number Diff line number Diff line change 3636 build-mode : ${{ matrix.build-mode }}
3737
3838 - name : Setup Go
39- uses : actions/setup-go@v5
39+ uses : actions/setup-go@v6
4040 if : matrix.language == 'go'
4141 with :
4242 go-version-file : " go.mod"
Original file line number Diff line number Diff line change 1616 uses : actions/checkout@v4
1717
1818 - name : Set up Go
19- uses : actions/setup-go@v5
19+ uses : actions/setup-go@v6
2020 with :
2121 go-version-file : " go.mod"
2222
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - uses : actions/checkout@v4
18- - uses : actions/setup-go@v5
18+ - uses : actions/setup-go@v6
1919 with :
2020 go-version : stable
2121 - name : golangci-lint
Original file line number Diff line number Diff line change 2121 fetch-depth : 0
2222
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
You can’t perform that action at this time.
0 commit comments