Skip to content

Bump golangci/golangci-lint-action from 6.0.1 to 6.2.0 #211

Bump golangci/golangci-lint-action from 6.0.1 to 6.2.0

Bump golangci/golangci-lint-action from 6.0.1 to 6.2.0 #211

Workflow file for this run

name: linter
on: [push, pull_request]
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0
with:
version: v1.52.2