Skip to content

Commit 0396179

Browse files
authored
Update go version to 1.23.1 and 1.22.7 (#1216)
Change-Id: I2c5ad3b96a96470ce663de84d767590b842990ac Signed-off-by: Cosmin Cojocar <[email protected]>
1 parent 5e53c8b commit 0396179

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.6', golangci: 'latest'}, {go: '1.23.0', golangci: 'latest'}]
13+
version: [{go: '1.22.7', golangci: 'latest'}, {go: '1.23.1', 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.0'
51+
go-version: '1.23.1'
5252
- name: Checkout Source
5353
uses: actions/checkout@v4
5454
- uses: actions/cache@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v5
1919
with:
20-
go-version: '1.23.0'
20+
go-version: '1.23.1'
2121
- name: Install Cosign
2222
uses: sigstore/cosign-installer@v3
2323
with:

0 commit comments

Comments
 (0)