Skip to content

build(deps): bump sigs.k8s.io/controller-tools from 0.17.1 to 0.17.2 in /tools in the all-go-mod-patch-and-minor group #213

build(deps): bump sigs.k8s.io/controller-tools from 0.17.1 to 0.17.2 in /tools in the all-go-mod-patch-and-minor group

build(deps): bump sigs.k8s.io/controller-tools from 0.17.1 to 0.17.2 in /tools in the all-go-mod-patch-and-minor group #213

name: Build and Test
on:
pull_request:
types: [opened, reopened, edited, synchronize, labeled]
push:
tags:
- "v*"
branches:
- main
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run tests
run: |
./hack/verify-docfiles.sh && echo "Skipping build - only doc files have changed!" || \
DOWNLOAD_BINARIES=y bash -x ./scripts/pre-commit.sh