ci(renovate): fix go.mod tidy and utilise latest go version (#3310)
parent
65f55e3ed6
commit
14f9a19b7d
|
@ -1,7 +1,4 @@
|
||||||
{
|
{
|
||||||
"constraints": {
|
|
||||||
"go": "1.17"
|
|
||||||
},
|
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:base",
|
"config:base",
|
||||||
":semanticCommitTypeAll(build)",
|
":semanticCommitTypeAll(build)",
|
||||||
|
@ -58,6 +55,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"postUpdateOptions": [
|
"postUpdateOptions": [
|
||||||
"gomodTidy1.17"
|
"gomodTidy",
|
||||||
|
"gomodNoMassage"
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue