ci: force renovate to use go 1.17 (#3226)
parent
054b0e04ef
commit
038ec1d2cf
|
@ -1,4 +1,7 @@
|
||||||
{
|
{
|
||||||
|
"constraints": {
|
||||||
|
"go": "1.17"
|
||||||
|
},
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:base",
|
"config:base",
|
||||||
":semanticCommitTypeAll(build)",
|
":semanticCommitTypeAll(build)",
|
||||||
|
@ -55,6 +58,6 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"postUpdateOptions": [
|
"postUpdateOptions": [
|
||||||
"gomodTidy"
|
"gomodTidy1.17"
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue