Skip to content

Bump golangci/golangci-lint-action from 6.0.1 to 6.1.1 #196

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

Bump golangci/golangci-lint-action from 6.0.1 to 6.1.1 #196

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@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
with:
version: v1.52.2