ci(renovate): fix go.mod tidy and utilise latest go version (#3310)

pull/3311/head
Amir Zarrinkafsh 2022-05-06 20:06:43 +10:00 committed by GitHub
parent 65f55e3ed6
commit 14f9a19b7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,4 @@
{
"constraints": {
"go": "1.17"
},
"extends": [
"config:base",
":semanticCommitTypeAll(build)",
@ -58,6 +55,7 @@
}
],
"postUpdateOptions": [
"gomodTidy1.17"
"gomodTidy",
"gomodNoMassage"
]
}