8000 ci: add seccomp 2.5.6 and 2.6.0 · seccomp/libseccomp-golang@c669ab8 · GitHub
[go: up one dir, main page]

Skip to content

Commit c669ab8

Browse files
committed
ci: add seccomp 2.5.6 and 2.6.0
Those were released last week: - https://github.com/seccomp/libseccomp/releases/tag/v2.5.6 - https://github.com/seccomp/libseccomp/releases/tag/v2.6.0 Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com> Acked-by: Tom Hromatka <tom.hromatka@oracle.com>
1 parent 49f0af8 commit c669ab8

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
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
go-version: [1.22.x, 1.23.x]
19-
libseccomp: ["v2.3.3", "v2.4.4", "v2.5.5", "HEAD"]
19+
libseccomp: ["v2.3.3", "v2.4.4", "v2.5.6", "v2.6.0", "HEAD"]
2020

2121
steps:
2222

0 commit comments

Comments
 (0)
0