update image tags for ubi8 go-toolset and minimal #3529
Workflow file for this run
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: Run Unit Tests | |
on: | |
pull_request: | |
paths-ignore: | |
- 'docs/**' | |
- '**/*.adoc' | |
- '.github/**' | |
jobs: | |
testing: | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/setup-go@v2 | |
name: Set up golang 1.19 | |
with: | |
go-version: '1.19.9' | |
- name: Check out source code | |
uses: actions/checkout@v2 | |
- name: Run Tests | |
run: make test |