Skip to content

chore: update golangci-lint version to 2.7.2 #718

chore: update golangci-lint version to 2.7.2

chore: update golangci-lint version to 2.7.2 #718

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