Skip to content

fix(deps): update module sigs.k8s.io/controller-tools to v0.17.0 #298

fix(deps): update module sigs.k8s.io/controller-tools to v0.17.0

fix(deps): update module sigs.k8s.io/controller-tools to v0.17.0 #298

Workflow file for this run

name: Build
on:
push:
branches:
- "*"
pull_request:
branches:
- "*"
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
with:
go-version: 1.23.x
- run: go mod download
- run: go test -v ./...
- run: go build -v .
- run: ./test.sh