Skip to content

Commit 87fcb9b

Browse files
committed
Update to go 1.22.5 and 1.21.12
Change-Id: I3334016ed2714ce4aed959d7f19a33e220c000e4 Signed-off-by: Cosmin Cojocar <[email protected]>
1 parent 466992f commit 87fcb9b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ jobs:
1010
test:
1111
strategy:
1212
matrix:
13-
version: [{go: '1.21.11', golangci: 'latest'}, {go: '1.22.4', golangci: 'latest'}]
13+
version: [{go: '1.21.12', golangci: 'latest'}, {go: '1.22.5', golangci: 'latest'}]
1414
runs-on: ubuntu-latest
1515
env:
1616
GO111MODULE: on
1717
steps:
18-
- name: Setup go ${{ matrix.version.go }}
18+
- name: Setup go ${{ matrix.version.go }}
1919
uses: actions/setup-go@v5
2020
with:
2121
go-version: ${{ matrix.version.go }}
22-
- name: Checkout Source
22+
- name: Checkout Source
2323
uses: actions/checkout@v4
2424
- uses: actions/cache@v4
2525
with:
@@ -46,8 +46,8 @@ jobs:
4646
- name: Setup go
4747
uses: actions/setup-go@v5
4848
with:
49-
go-version: '1.22.4'
50-
- name: Checkout Source
49+
go-version: '1.22.5'
50+
- name: Checkout Source
5151
uses: actions/checkout@v4
5252
- uses: actions/cache@v4
5353
with:

.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.22.4'
20+
go-version: '1.22.5'
2121
- name: Install Cosign
2222
uses: sigstore/cosign-installer@v3
2323
with:

0 commit comments

Comments
 (0)