Skip to content

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

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

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

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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
with:
go-version: 1.22.x
- run: go mod download
- run: go test -v ./...
- run: go build -v .
- run: ./test.sh