Skip to content

build(deps): bump github.com/go-logr/logr from 1.2.4 to 1.3.0 #416

build(deps): bump github.com/go-logr/logr from 1.2.4 to 1.3.0

build(deps): bump github.com/go-logr/logr from 1.2.4 to 1.3.0 #416

Workflow file for this run

name: build-and-test
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
- name: build selinuxd
run: |
make
make test