Skip to content

Chore(deps): Bump github.com/onmetal/controller-utils from 0.8.2 to 0.8.3 #278

Chore(deps): Bump github.com/onmetal/controller-utils from 0.8.2 to 0.8.3

Chore(deps): Bump github.com/onmetal/controller-utils from 0.8.2 to 0.8.3 #278

Workflow file for this run

name: Pull Request Code test
on:
pull_request:
types: [ assigned, opened, synchronize, reopened ]
paths-ignore:
- 'docs/**'
- '**/*.md'
jobs:
checks:
name: run
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Go Environment
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: Run tests
run: make test