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