Skip to content

Bump sigs.k8s.io/controller-runtime from 0.15.1 to 0.16.3 #20

Bump sigs.k8s.io/controller-runtime from 0.15.1 to 0.16.3

Bump sigs.k8s.io/controller-runtime from 0.15.1 to 0.16.3 #20

Workflow file for this run

name: Test
on:
push:
branches: ["main"]
pull_request:
types: ["opened", "synchronize", "reopened"]
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Verify
run: "make verify"
go_test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Run tests
run: "make test"
- name: SonarCloud Scan
uses: SonarSource/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}