File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717 id : vars
1818 run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
1919 - name : Set up Go
20- uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # tag=v5.1 .0
20+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # tag=v6.0 .0
2121 with :
2222 go-version : ${{ steps.vars.outputs.go_version }}
2323 - name : golangci-lint
Original file line number Diff line number Diff line change 2424 id : vars
2525 run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
2626 - name : Set up Go
27- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # tag=v5 .0.0
27+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # tag=v6 .0.0
2828 with :
2929 # go-version: ${{ steps.vars.outputs.go_version }} // TODO: we have to use go version consistent with test infra jobs
3030 go-version : ' 1.24'
Original file line number Diff line number Diff line change 2020 with :
2121 fetch-depth : 0
2222 - name : Set up Go
23- uses : actions/setup-go@v5
23+ uses : actions/setup-go@v6
2424 with :
2525 go-version : ' 1.24'
2626 - name : Run GoReleaser
You can’t perform that action at this time.
0 commit comments