Skip to content

chore: Update Operator SDK from v1.39.2 to v1.42.0 #8

chore: Update Operator SDK from v1.39.2 to v1.42.0

chore: Update Operator SDK from v1.39.2 to v1.42.0 #8

Workflow file for this run

name: "Run tests"
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
tests:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: "1.24"
- name: "run tests"
run: make build && make test