Skip to content

Commit 46c2371

Browse files
committed
ci: update go versions to 1.19, 1.20
Since go 1.20 is released, only 1.20.x and 1.19.x are supported, and all the older versions are not: - go 1.18.x is not supported since Go 1.20 release in Feb 2023; - go 1.17.x is not supported since Go 1.19 release in Aug 2022; - go 1.16.x is not support since Go 1.18 release in May 2022. Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent dd893af commit 46c2371

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.16.x, 1.17.x, 1.18.x]
18+
go-version: [1.19.x, 1.20.x]
1919
libseccomp: ["v2.3.3", "v2.4.3", "v2.5.4", "HEAD"]
2020

2121
steps:

0 commit comments

Comments
 (0)