Skip to content

Bump github.com/golangci/golangci-lint from 1.57.2 to 1.59.1 in /tools #153

Bump github.com/golangci/golangci-lint from 1.57.2 to 1.59.1 in /tools

Bump github.com/golangci/golangci-lint from 1.57.2 to 1.59.1 in /tools #153

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
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
- id: golangci-lint-version
run: |
make gh-lint-version >> $GITHUB_OUTPUT
- uses: golangci/golangci-lint-action@v6
with:
version: ${{ steps.golangci-lint-version.outputs.GOLANGCI_LINT_VERSION }}
args: --verbose --timeout 5m