Skip to content

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

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

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

Workflow file for this run

name: CI/CD Sanity Checks
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '1.20'
- name: Run golangci-lint
run: make lint
- name: Run unit tests
run: make test
- name: Check Build
run: make build