Skip to content

Bump golangci/golangci-lint-action from 5 to 6 (#72) #142

Bump golangci/golangci-lint-action from 5 to 6 (#72)

Bump golangci/golangci-lint-action from 5 to 6 (#72) #142

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
GOLANGCI_LINT_VERSION: v1.57.2
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 'stable'
check-latest: true
- uses: golangci/golangci-lint-action@v6
with:
version: ${{ env.GOLANGCI_LINT_VERSION }}
args: --verbose --timeout 5m