File tree Expand file tree Collapse file tree 11 files changed +12
-12
lines changed
Expand file tree Collapse file tree 11 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - uses : actions/checkout@v5
18- - uses : actions/setup-go@v6.0 .0
18+ - uses : actions/setup-go@v6.1 .0
1919 with :
2020 go-version-file : go.mod
2121 check-latest : true
Original file line number Diff line number Diff line change 2525 - name : Checkout repository
2626 uses : actions/checkout@v5
2727 - name : setupGo
28- uses : actions/setup-go@v6.0 .0
28+ uses : actions/setup-go@v6.1 .0
2929 with :
3030 go-version-file : go.mod
3131 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 2020 steps :
2121 - name : Check out code into the Go module directory
2222 uses : actions/checkout@v5
23- - uses : actions/setup-go@v6.0 .0
23+ - uses : actions/setup-go@v6.1 .0
2424 with :
2525 go-version-file : go.mod
2626 check-latest : true
Original file line number Diff line number Diff line change 1717 with :
1818 fetch-depth : 0
1919 - name : setupGo
20- uses : actions/setup-go@v6.0 .0
20+ uses : actions/setup-go@v6.1 .0
2121 with :
2222 go-version-file : go.mod
2323 - name : Docker login
Original file line number Diff line number Diff line change 2424 with :
2525 fetch-depth : 0
2626 - name : setupGo
27- uses : actions/setup-go@v6.0 .0
27+ uses : actions/setup-go@v6.1 .0
2828 with :
2929 go-version-file : go.mod
3030 - name : Display kind version
Original file line number Diff line number Diff line change 2121 - " "
2222 steps :
2323 - uses : actions/checkout@v5
24- - uses : actions/setup-go@v6.0 .0
24+ - uses : actions/setup-go@v6.1 .0
2525 with :
2626 go-version-file : go.mod
2727 - name : golangci-lint
Original file line number Diff line number Diff line change 2828 run : |
2929 git tag ${{ env.RELEASE_TAG }}
3030 - name : setupGo
31- uses : actions/setup-go@v6.0 .0
31+ uses : actions/setup-go@v6.1 .0
3232 with :
3333 go-version-file : go.mod
3434 - name : Test release
Original file line number Diff line number Diff line change 6161 with :
6262 fetch-depth : 0
6363 - name : setupGo
64- uses : actions/setup-go@v6.0 .0
64+ uses : actions/setup-go@v6.1 .0
6565 with :
6666 go-version-file : go.mod
6767 - name : Configure Git
Original file line number Diff line number Diff line change 9292 with :
9393 fetch-depth : 0
9494 - name : setupGo
95- uses : actions/setup-go@v6.0 .0
95+ uses : actions/setup-go@v6.1 .0
9696 with :
9797 go-version-file : go.mod
9898 - name : Display kind version
Original file line number Diff line number Diff line change 3737 with :
3838 fetch-depth : 0
3939 - name : setupGo
40- uses : actions/setup-go@v6.0 .0
40+ uses : actions/setup-go@v6.1 .0
4141 with :
4242 go-version-file : go.mod
4343 - name : Display kind version
You can’t perform that action at this time.
0 commit comments