Skip to content

chore(deps): update registry.access.redhat.com/ubi8/ubi-minimal docker tag to v8.10-1052.1724178568 #601

chore(deps): update registry.access.redhat.com/ubi8/ubi-minimal docker tag to v8.10-1052.1724178568

chore(deps): update registry.access.redhat.com/ubi8/ubi-minimal docker tag to v8.10-1052.1724178568 #601

Workflow file for this run

---
name: Run Unit Tests
'on':
- pull_request
jobs:
testing:
runs-on: ubuntu-20.04
steps:
- uses: actions/setup-go@v2
name: Set up golang 1.20
with:
go-version: '1.20'
- name: Check out source code
uses: actions/checkout@v2
- name: Install package and dependencies
run: |
make
- name: Run Tests
run: make test