Skip to content

Bump sigs.k8s.io/controller-tools from 0.16.4 to 0.17.1 in /tools/mod #142

Bump sigs.k8s.io/controller-tools from 0.16.4 to 0.17.1 in /tools/mod

Bump sigs.k8s.io/controller-tools from 0.16.4 to 0.17.1 in /tools/mod #142

Workflow file for this run

name: Tests
on:
push:
pull_request:
jobs:
test:
name: Run on Ubuntu
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Setup Go
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
with:
go-version-file: 'go.mod'
- name: Running Tests
run: |
go mod tidy
make test