Skip to content

Bump github.com/ironcore-dev/controller-utils from 0.9.3 to 0.9.4 #295

Bump github.com/ironcore-dev/controller-utils from 0.9.3 to 0.9.4

Bump github.com/ironcore-dev/controller-utils from 0.9.3 to 0.9.4 #295

Workflow file for this run

name: Pull Request Code test
on:
pull_request:
paths-ignore:
- 'docs/**'
- '**/*.md'
jobs:
checks:
name: run
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- run: make test
- run: make