File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2929 if : ${{ github.event_name != 'workflow_dispatch' }} # skip on workflow_dispatch
3030 # after tagpr adds a release tag, or workflow_dispatch, release it
3131 - name : Set up Go
32- uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
32+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
3333 with :
3434 go-version : " 1.24"
3535 if : ${{ steps.tagpr.outputs.tag != '' || github.event_name == 'workflow_dispatch' }}
Original file line number Diff line number Diff line change 2424 VGW_REGION : us-west-2
2525
2626 - name : Set up Go
27- uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
27+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
2828 with :
2929 go-version : ${{ matrix.go }}
3030 id : go
You can’t perform that action at this time.
0 commit comments