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 @@ -129,7 +129,7 @@ jobs:
129
129
if : startsWith(github.ref, 'refs/tags/')
130
130
131
131
- name : Build binaries
132
- uses : goreleaser/goreleaser-action@f82d6c1c344bcacabba2c841718984797f664a6b # v4.2 .0
132
+ uses : goreleaser/goreleaser-action@336e29918d653399e599bfca99fadc1d7ffbc9f7 # v4.3 .0
133
133
with :
134
134
version : latest
135
135
args : ${{ startsWith(github.ref, 'refs/tags/') && 'release' || 'build --snapshot' }} ${{ github.event_name == 'pull_request' && '--single-target' || '' }} --clean
Original file line number Diff line number Diff line change 94
94
id : go
95
95
run : echo "go_path=$(go env GOPATH)" >> $GITHUB_OUTPUT
96
96
- name : Build binaries
97
- uses : goreleaser/goreleaser-action@f82d6c1c344bcacabba2c841718984797f664a6b # v4.2 .0
97
+ uses : goreleaser/goreleaser-action@336e29918d653399e599bfca99fadc1d7ffbc9f7 # v4.3 .0
98
98
with :
99
99
version : latest
100
100
args : build --rm-dist --id kubernetes-ingress
You can’t perform that action at this time.
0 commit comments