mirror of
https://gitea.com/gitea/act_runner
synced 2026-05-06 01:37:57 +02: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:
2
Makefile
2
Makefile
@@ -20,7 +20,7 @@ DOCKER_TAG ?= nightly
|
||||
DOCKER_REF := $(DOCKER_IMAGE):$(DOCKER_TAG)
|
||||
DOCKER_ROOTLESS_REF := $(DOCKER_IMAGE):$(DOCKER_TAG)-dind-rootless
|
||||
|
||||
GOLANGCI_LINT_PACKAGE ?= github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.10.1
|
||||
GOLANGCI_LINT_PACKAGE ?= github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.11.4
|
||||
GOVULNCHECK_PACKAGE ?= golang.org/x/vuln/cmd/govulncheck@v1
|
||||
|
||||
ifneq ($(shell uname), Darwin)
|
||||
|
||||
Reference in New Issue
Block a user