Skip to content

Update registry.access.redhat.com/ubi8/go-toolset Docker tag to v1.22.9-1 #808

Update registry.access.redhat.com/ubi8/go-toolset Docker tag to v1.22.9-1

Update registry.access.redhat.com/ubi8/go-toolset Docker tag to v1.22.9-1 #808

Workflow file for this run

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