Skip to content

Renovate: Update k8s.io/utils digest to 914a6e7 #187

Renovate: Update k8s.io/utils digest to 914a6e7

Renovate: Update k8s.io/utils digest to 914a6e7 #187

Workflow file for this run

name: "Unit tests"
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Set up Go
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
with:
go-version-file: 'go.mod'
token: ${{ secrets.GITHUB_TOKEN }}
- name: lint & test
run: make test
- name: build
run: make build-all