build(deps): bump github.com/go-chi/chi/v5 from 5.0.8 to 5.0.12 #425
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: verify | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
jobs: | |
build-selinuxd: | |
runs-on: ubuntu-latest | |
strategy: | |
matrix: | |
ubi: ["8", "9"] | |
container: | |
image: registry.access.redhat.com/ubi${{ matrix.ubi }}/ubi:latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: install packages | |
run: dnf -y install container-selinux go-toolset make findutils git-core diffutils tar | |
- name: run verify | |
run: | | |
make verify |