Skip to content

Commit

Permalink
ci: run coverage check with go 1.22.x
Browse files Browse the repository at this point in the history
Suggested-by: Adrian Reber <areber@redhat.com>
Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
  • Loading branch information
rst0git committed Jul 16, 2024
1 parent ef64673 commit 0df072c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
sudo -E make -C test crit-test
- name: Check code coverage
if: matrix.go-version == '1.20.x' && matrix.criu_branch == 'criu-dev'
if: matrix.go-version == '1.22.x' && matrix.criu_branch == 'criu-dev'
run: |
# Run actual test as root as it uses CRIU.
sudo -E make coverage
Expand Down

0 comments on commit 0df072c

Please sign in to comment.