Skip to content

Commit 4fd9872

Browse files
committed
Update go version to 1.23.2 and 1.22.8
Change-Id: I8f941e97f1ec7b0df2e3efa76f881b85f2a287cc Signed-off-by: Cosmin Cojocar <[email protected]>
1 parent 1501618 commit 4fd9872

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test:
1111
strategy:
1212
matrix:
13-
version: [{go: '1.22.7', golangci: 'latest'}, {go: '1.23.1', golangci: 'latest'}]
13+
version: [{go: '1.22.8', golangci: 'latest'}, {go: '1.23.2', golangci: 'latest'}]
1414
runs-on: ubuntu-latest
1515
env:
1616
GO111MODULE: on
@@ -48,7 +48,7 @@ jobs:
4848
- name: Setup go
4949
uses: actions/setup-go@v5
5050
with:
51-
go-version: '1.23.1'
51+
go-version: '1.23.2'
5252
- name: Checkout Source
5353
uses: actions/checkout@v4
5454
- uses: actions/cache@v4

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
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.23.1'
20+
go-version: '1.23.2'
2121
- name: Install Cosign
2222
uses: sigstore/cosign-installer@v3
2323
with:
24-
cosign-release: 'v2.4.0'
24+
cosign-release: 'v2.4.1'
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)