ci: force renovate to use go 1.17 (#3226)

pull/3236/head
James Elliott 2022-04-23 15:42:47 +10:00 committed by GitHub
parent 054b0e04ef
commit 038ec1d2cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

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