Skip to content

Update registry.access.redhat.com/ubi9/ubi-minimal Docker tag to v9.8-1788939036 #253

Update registry.access.redhat.com/ubi9/ubi-minimal Docker tag to v9.8-1788939036

Update registry.access.redhat.com/ubi9/ubi-minimal Docker tag to v9.8-1788939036 #253

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- name: Set up Go
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7
with:
go-version-file: go.mod
- name: Run tests
run: make test
- name: Run e2e tests
run: make e2e
- name: Run lint
uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9
with:
version: v2.13.2