fix(actions): update golangci/golangci-lint-action to v7

This commit is contained in:
2026-02-26 16:00:48 +01:00
parent a7e2e7b740
commit 78e06323bd
+1 -4
View File
@@ -85,6 +85,7 @@
"renovate/automerge", "renovate/automerge",
"renovate/github-action" "renovate/github-action"
], ],
"allowedVersions": "<8.0.0",
"automerge": true, "automerge": true,
"enabled": true, "enabled": true,
"groupName": "actions", "groupName": "actions",
@@ -94,10 +95,6 @@
], ],
"matchPackageNames": [ "matchPackageNames": [
"goreleaser/goreleaser" "goreleaser/goreleaser"
],
"matchUpdateTypes": [
"minor",
"patch"
] ]
}, },
{ {