Skip to content

build(deps): bump github.com/go-chi/chi/v5 from 5.0.8 to 5.0.12 #425

build(deps): bump github.com/go-chi/chi/v5 from 5.0.8 to 5.0.12

build(deps): bump github.com/go-chi/chi/v5 from 5.0.8 to 5.0.12 #425

Workflow file for this run

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