We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19327c8 commit b276cd2Copy full SHA for b276cd2
.github/workflows/go.yml
@@ -34,9 +34,9 @@ jobs:
34
# https://github.com/sigstore/cosign-installer
35
- name: Install cosign
36
if: github.event_name != 'pull_request'
37
- uses: sigstore/cosign-installer@7e0881f8fe90b25e305bbf0309761e9314607e25
+ uses: sigstore/cosign-installer@v3.1.1
38
with:
39
- cosign-release: 'v1.9.0'
+ cosign-release: 'v2.1.1'
40
41
# Workaround: https://github.com/docker/build-push-action/issues/461
42
- name: Setup Docker buildx
0 commit comments