Skip to content

Commit b276cd2

Browse files
committed
fix github action docker image signing
1 parent 19327c8 commit b276cd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
# https://github.com/sigstore/cosign-installer
3535
- name: Install cosign
3636
if: github.event_name != 'pull_request'
37-
uses: sigstore/cosign-installer@7e0881f8fe90b25e305bbf0309761e9314607e25
37+
uses: sigstore/cosign-installer@v3.1.1
3838
with:
39-
cosign-release: 'v1.9.0'
39+
cosign-release: 'v2.1.1'
4040

4141
# Workaround: https://github.com/docker/build-push-action/issues/461
4242
- name: Setup Docker buildx

0 commit comments

Comments
 (0)