Skip to content

Upgrade operator-sdk #46

Upgrade operator-sdk

Upgrade operator-sdk #46

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
name: Go test
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.24.2"
- run: |
make test
build:
runs-on: ubuntu-latest
name: Go build
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.24.2"
- run: |
make build
file bin/manager