Skip to content

ci: update dependency golangci/golangci-lint to v2.12.2 #4107

ci: update dependency golangci/golangci-lint to v2.12.2

ci: update dependency golangci/golangci-lint to v2.12.2 #4107

Workflow file for this run

name: Lint
on:
push:
branches:
- master
paths:
- "**.go"
- "**.go.json"
- "go.mod"
- "go.sum"
- ".golangci.yaml"
- ".github/workflows/lint.yaml"
pull_request:
branches:
- master
paths:
- "**.go"
- "**.go.json"
- "go.mod"
- "go.sum"
- ".golangci.yaml"
- ".github/workflows/lint.yaml"
jobs:
lint:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6.0.2
with:
submodules: true
- uses: trim21/actions/setup-go@master
with:
cache-namespace: lint
- name: Run linters
uses: golangci/golangci-lint-action@v9.2.0
with:
version: v2.12.2