Skip to content

chore: bump golangci-lint version to v2 #374

chore: bump golangci-lint version to v2

chore: bump golangci-lint version to v2 #374

Workflow file for this run

name: Lint
on:
push:
branches: [main, release-*]
pull_request:
branches: [main, release-*]
permissions:
contents: read
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
fetch-depth: '0'
- name: Golangci lint
uses: golangci/golangci-lint-action@v7.0.0
with:
version: v2.1
args: --verbose --timeout=10m