Skip to content

fix(deps): update module k8s.io/apimachinery to v0.31.2 #235

fix(deps): update module k8s.io/apimachinery to v0.31.2

fix(deps): update module k8s.io/apimachinery to v0.31.2 #235

Workflow file for this run

name: Lint
on:
pull_request: {}
jobs:
go-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v3