Skip to content

🐛 bug: V3 fix custom errorhandler invokation #1237

🐛 bug: V3 fix custom errorhandler invokation

🐛 bug: V3 fix custom errorhandler invokation #1237

Workflow file for this run

name: Modernize Lint
on:
workflow_dispatch:
push:
branches:
- main
paths-ignore:
- "**/*.md"
- "**/*_msgp*.go"
pull_request:
paths-ignore:
- "**/*.md"
- "**/*_msgp*.go"
permissions:
contents: read
pull-requests: write
checks: write
jobs:
modernize:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
with:
# NOTE: Keep this in sync with the version from go.mod
go-version: "1.25.x"
cache: false
- name: modernize
run: go run golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize@latest -test=false ./...