File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
3333
3434 - name : Set up Go
35- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # tag=v6.0 .0
35+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # tag=v6.3 .0
3636 with :
3737 go-version : ${{ steps.vars.outputs.go_version }}
3838
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@44694675825211faa026b3c33043df3e48a5fa00 # tag=v6.0 .0
20+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # tag=v6.3 .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 1515 id : vars
1616 run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
1717 - name : Set up Go
18- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # tag=v6.0 .0
18+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # tag=v6.3 .0
1919 with :
2020 go-version : ${{ steps.vars.outputs.go_version }}
2121 - name : Install govulncheck
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@44694675825211faa026b3c33043df3e48a5fa00 # tag=v6.0 .0
27+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # tag=v6.3 .0
2828 with :
2929 go-version-file : go.mod
3030 - uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # tag=v5.0.3
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@v6
23+ uses : actions/setup-go@v6.3.0
2424 with :
2525 go-version-file : go.mod
2626 - name : Run GoReleaser
Original file line number Diff line number Diff line change 1919 id : vars
2020 run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
2121 - name : Set up Go
22- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # tag=v6.0 .0
22+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # tag=v6.3 .0
2323 with :
2424 go-version : ${{ steps.vars.outputs.go_version }}
2525 - name : Build image
You can’t perform that action at this time.
0 commit comments