Skip to content

Bump golangci/golangci-lint-action from 6.0.1 to 6.5.0 #230

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

Bump golangci/golangci-lint-action from 6.0.1 to 6.5.0 #230

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@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
with:
version: v1.52.2