Skip to content

Bump sigs.k8s.io/controller-tools from 0.16.1 to 0.16.3 in the all-go-mod-patch-and-minor group across 1 directory #2172

Bump sigs.k8s.io/controller-tools from 0.16.1 to 0.16.3 in the all-go-mod-patch-and-minor group across 1 directory

Bump sigs.k8s.io/controller-tools from 0.16.1 to 0.16.3 in the all-go-mod-patch-and-minor group across 1 directory #2172

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.23'
- run: go version
- run: go install github.com/mattn/goveralls@latest
- run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
- run: make check
- run: make test
- run: make build.docker
- run: goveralls -coverprofile=profile.cov -service=github
env:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}