Skip to content

Commit 8658b8e

Browse files
committedMay 12, 2024··
Update Go to version 2.22.3 in CI and release
Signed-off-by: Cosmin Cojocar <cosmin@cojocar.ch>
1 parent d3b2359 commit 8658b8e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test:
1111
strategy:
1212
matrix:
13-
version: [{go: '1.21.9', golangci: 'latest'}, {go: '1.22.2', golangci: 'latest'}]
13+
version: [{go: '1.21.10', golangci: 'latest'}, {go: '1.22.3', golangci: 'latest'}]
1414
runs-on: ubuntu-latest
1515
env:
1616
GO111MODULE: on
@@ -46,7 +46,7 @@ jobs:
4646
- name: Setup go
4747
uses: actions/setup-go@v5
4848
with:
49-
go-version: '1.22.2'
49+
go-version: '1.22.3'
5050
- name: Checkout Source
5151
uses: actions/checkout@v4
5252
- uses: actions/cache@v4

‎.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v5
1919
with:
20-
go-version: '1.22.2'
20+
go-version: '1.22.3'
2121
- name: Install Cosign
2222
uses: sigstore/cosign-installer@v3
2323
with:
24-
cosign-release: 'v2.2.3'
24+
cosign-release: 'v2.2.4'
2525
- name: Store Cosign private key in a file
2626
run: 'echo "$COSIGN_KEY" > /tmp/cosign.key'
2727
shell: bash

0 commit comments

Comments
 (0)