mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-04-24 21:00:27 +08:00
chore(deps): upgrade golangci-lint from v2.10.1 to v2.11.4
- Bump golangci-lint version to v2.11.4 for bug fixes and Go 1.26 support - Remove unused nolint:revive directive on metrics package declaration
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// Copyright 2026 The Gitea Authors. All rights reserved.
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
package metrics //nolint:revive // "metrics" is the conventional package name for Prometheus instrumentation; runtime/metrics stdlib is not used here.
|
||||
package metrics
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
||||
Reference in New Issue
Block a user