Skip to content

Commit 65bc451

Browse files
committed
gha: test against go1.23
current v2.0 versions of containerd require go1.23 as minimum, so update CI to test with that version. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent ac25940 commit 65bc451

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/setup-go@v5
1818
with:
19-
go-version: 1.22
19+
go-version: 1.23
2020

2121
- name: Set env
2222
shell: bash
@@ -39,7 +39,7 @@ jobs:
3939

4040
strategy:
4141
matrix:
42-
go-version: [1.22]
42+
go-version: [1.23]
4343
os: [ubuntu-22.04]
4444

4545
steps:
@@ -75,7 +75,7 @@ jobs:
7575

7676
- uses: actions/setup-go@v5
7777
with:
78-
go-version: 1.22
78+
go-version: 1.23
7979

8080
- name: Set env
8181
shell: bash

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- uses: actions/setup-go@v5
2626
with:
27-
go-version: 1.22
27+
go-version: 1.23
2828

2929
# Initializes the CodeQL tools for scanning.
3030
- name: Initialize CodeQL

0 commit comments

Comments
 (0)