Skip to content

Commit

Permalink
ci: force renovate to use go 1.17 (authelia#3226)
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-elliott authored Apr 23, 2022
1 parent 054b0e0 commit 038ec1d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .renovaterc
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"constraints": {
"go": "1.17"
},
"extends": [
"config:base",
":semanticCommitTypeAll(build)",
Expand Down Expand Up @@ -55,6 +58,6 @@
}
],
"postUpdateOptions": [
"gomodTidy"
"gomodTidy1.17"
]
}

0 comments on commit 038ec1d

Please sign in to comment.