8000 Merge pull request #118 from kolyshkin/bump-ci · seccomp/libseccomp-golang@ebd76af · GitHub
[go: up one dir, main page]

Skip to content

Commit ebd76af

Browse files
authored
Merge pull request #118 from kolyshkin/bump-ci
ci: bump Go, golangci-lint, codespell Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com> Acked-by: Tom Hromatka <tom.hromatka@oracle.com>
2 parents 5efe0ce + bf669a7 commit ebd76af

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.22.x, 1.23.x]
18+
go-version: [1.23.x, 1.24.x]
1919
libseccomp: ["v2.3.3", "v2.4.4", "v2.5.6", "v2.6.0", "HEAD"]
2020

2121
steps:

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
sudo apt -q install libseccomp-dev
2222
- uses: golangci/golangci-lint-action@v6
2323
with:
24-
version: v1.60
24+
version: v1.64
2525

2626
codespell:
2727
runs-on: ubuntu-24.04
@@ -30,6 +30,6 @@ jobs:
3030
- name: install deps
3131
# Version of codespell bundled with Ubuntu will become old, so use pip.
3232
# OTOH, we want to pin it to specific version to avoid breaking CI.
33-
run: pip install --break-system-packages codespell==v2.3.0
33+
run: pip install --break-system-packages codespell==v2.4.1
3434
- name: run codespell
3535
run: codespell

0 commit comments

Comments
 (0)
0