Skip to content

chore: bump golangci-lint to 2.11.2 #827

chore: bump golangci-lint to 2.11.2

chore: bump golangci-lint to 2.11.2 #827

Workflow file for this run

name: golangci-lint
on:
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: 'stable'
- uses: actions/checkout@v4
- name: golangci-lint
run: make lint