mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-05-17 21:49:53 +00:00
chore: pin go version in CI (#2398)
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
This commit is contained in:
@@ -33,6 +33,22 @@
|
||||
],
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"enabled": false,
|
||||
"matchBaseBranches": ["/^[0-9]\\.[0-9][0-9]$/"],
|
||||
"matchPackageNames": [
|
||||
"github.com/golangci/golangci-lint/cmd/golangci-lint",
|
||||
"golangci/golangci-lint",
|
||||
"golangci/golangci-lint-action"
|
||||
]
|
||||
},
|
||||
{
|
||||
"enabled": true,
|
||||
"matchManagers": ["gomod"],
|
||||
"matchDepNames": ["go"],
|
||||
"matchDepTypes": ["golang"],
|
||||
"rangeStrategy": "bump"
|
||||
},
|
||||
{
|
||||
"groupName": "golangci-lint",
|
||||
"matchPackageNames": [
|
||||
|
||||
Reference in New Issue
Block a user