chore(deps): update dependency golangci/golangci-lint to v2.5.0 (#2220)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jan-Otto Kröpke <mail@jkroepke.de>
This commit is contained in:
renovate[bot]
2025-10-06 03:30:11 +02:00
committed by GitHub
parent c26c27a7f4
commit 9e32f62ca4
3 changed files with 4 additions and 1 deletions

View File

@@ -91,5 +91,5 @@ jobs:
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
with:
# renovate: github=golangci/golangci-lint
version: v2.4.0
version: v2.5.0
args: "--max-same-issues=0"

View File

@@ -15,6 +15,7 @@ linters:
- gocognit
- goconst
- gocyclo
- godoclint
- godot
- lll
- maintidx
@@ -23,6 +24,7 @@ linters:
- paralleltest
- tagliatelle
- testpackage
- unqueryvet
- varnamelen
- wrapcheck
- wsl

View File

@@ -27,6 +27,7 @@ import (
type ValueType int
//nolint:iotamixing
const (
ValueTypeBOOLEAN ValueType = iota
ValueTypeUINT8