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 2323 runs-on : ubuntu-latest
2424 steps :
2525 - name : Set up Go 1.x
26- uses : actions/setup-go@v5
26+ uses : actions/setup-go@v6
2727 with :
2828 go-version : ' 1.24'
2929 id : go
Original file line number Diff line number Diff line change 2222 id : vars
2323 run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
2424 - name : Set up Go
25- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # tag=v5.5 .0
25+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # tag=v6.0 .0
2626 with :
2727 go-version : ${{ steps.vars.outputs.go_version }}
2828 - name : golangci-lint
Original file line number Diff line number Diff line change 1818 with :
1919 fetch-depth : 0
2020 - name : Set up Go
21- uses : actions/setup-go@v5
21+ uses : actions/setup-go@v6
2222 with :
2323 go-version : ' 1.23'
2424 - name : Set version info
Original file line number Diff line number Diff line change 2222 with :
2323 ref : ${{ matrix.branch }}
2424 - name : Setup go
25- uses : actions/setup-go@v5
25+ uses : actions/setup-go@v6
2626 with :
2727 go-version-file : ' ${{ github.workspace }}/go.mod'
2828 - name : Run verify container script
You can’t perform that action at this time.
0 commit comments