Skip to content

chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.21.11-7 - autoclosed #136

chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.21.11-7 - autoclosed

chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.21.11-7 - autoclosed #136

Workflow file for this run

name: tests
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.21"
- name: Set up Helm
uses: azure/setup-helm@v3
with:
version: v3.12.0
- name: Initialize
run: make init
- name: Build
run: go build -v ./...
- name: Test
run: make test