Skip to content

fix(deps): update module k8s.io/apimachinery to v0.31.3 #24

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

fix(deps): update module k8s.io/apimachinery to v0.31.3 #24

Workflow file for this run

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