Skip to content

Bump golangci/golangci-lint-action from 6.0.1 to 6.4.1 #228

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

Bump golangci/golangci-lint-action from 6.0.1 to 6.4.1 #228

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@818ec4d51a1feacefc42ff1b3ec25d4962690f39 # v6.4.1
with:
version: v1.52.2