1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00

ci: force renovate to use go 1.17 ()

This commit is contained in:
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

View File

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