Skip to content

deps(dependabot): bump k8s.io/apimachinery from 0.29.2 to 0.30.2 #68

deps(dependabot): bump k8s.io/apimachinery from 0.29.2 to 0.30.2

deps(dependabot): bump k8s.io/apimachinery from 0.29.2 to 0.30.2 #68

Workflow file for this run

name: Lint Go code
on:
pull_request:
branches:
- "main"
- "release-*"
paths-ignore:
- 'docs/**'
- '**.md'
- 'sec-scanners-config.yaml'
jobs:
code-linter:
name: "Run golangci-lint"
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/[email protected]
with:
version: v1.57