Skip to content

Bump golangci/golangci-lint-action from 6.0.1 to 6.3.2 #224

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

Bump golangci/golangci-lint-action from 6.0.1 to 6.3.2 #224

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@051d91933864810ecd5e2ea2cfd98f6a5bca5347 # v6.3.2
with:
version: v1.52.2