Skip to content

Commit 2522d28

Browse files
authored
Merge pull request #9 from chainloop-dev/update-releaser
update versions on release.yaml
2 parents 06be1df + 0de1dc5 commit 2522d28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ jobs:
1717
- name: Install Cosign
1818
uses: sigstore/cosign-installer@main
1919
with:
20-
cosign-release: 'v2.0.2'
20+
cosign-release: 'v2.2.3'
2121

2222
- name: Install Chainloop
2323
run: |
2424
curl -sfL https://docs.chainloop.dev/install.sh | bash -s -- --version v${{ env.CHAINLOOP_VERSION }}
2525
2626
- name: Checkout
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2828
with:
2929
fetch-depth: 0
3030

@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up Go
3535
uses: actions/setup-go@v3
3636
with:
37-
go-version: 1.19
37+
go-version: 1.21
3838

3939
- name: Docker login to Github Packages
4040
uses: docker/login-action@v2

0 commit comments

Comments
 (0)