E580 CI/GHA: bump libseccomp versions used · seccomp/libseccomp-golang@c02f482 · GitHub
[go: up one dir, main page]

Skip to content

Commit c02f482

Browse files
committed
CI/GHA: bump libseccomp versions used
Bump 2.4.3 -> 2.4.4. Bump 2.5.4 -> 2.5.5. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
1 parent 9c91e1e commit c02f482

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.19.x, 1.20.x]
19-
libseccomp: ["v2.3.3", "v2.4.3", "v2.5.4", "HEAD"]
19+
libseccomp: ["v2.3.3", "v2.4.4", "v2.5.5", "HEAD"]
2020

2121
steps:
2222

0 commit comments

Comments
 (0)
0