We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06be1df + 0de1dc5 commit 2522d28Copy full SHA for 2522d28
.github/workflows/release.yaml
@@ -17,14 +17,14 @@ jobs:
17
- name: Install Cosign
18
uses: sigstore/cosign-installer@main
19
with:
20
- cosign-release: 'v2.0.2'
+ cosign-release: 'v2.2.3'
21
22
- name: Install Chainloop
23
run: |
24
curl -sfL https://docs.chainloop.dev/install.sh | bash -s -- --version v${{ env.CHAINLOOP_VERSION }}
25
26
- name: Checkout
27
- uses: actions/checkout@v3
+ uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
28
29
fetch-depth: 0
30
@@ -34,7 +34,7 @@ jobs:
34
- name: Set up Go
35
uses: actions/setup-go@v3
36
37
- go-version: 1.19
+ go-version: 1.21
38
39
- name: Docker login to Github Packages
40
uses: docker/login-action@v2
0 commit comments