Skip to content

Commit 7111b41

Browse files
committed
CI/GHA: bump Go versions used
As of today, Go 1.23 is released and thus Go 1.21.x is no longer supported. Test against the two supported Go branches: 1.22.x and 1.23.x. Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent c03afec commit 7111b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
go-version: [1.19.x, 1.20.x]
18+
go-version: [1.22.x, 1.23.x]
1919
libseccomp: ["v2.3.3", "v2.4.4", "v2.5.5", "HEAD"]
2020

2121
steps:

0 commit comments

Comments
 (0)