Skip to content

Commit

Permalink
chore: try to use correct version of Go (#984)
Browse files Browse the repository at this point in the history
Currently the tidying on the renovate PRs is never correct as we expect
it to be tidied to 1.16 standards. According to 
renovatebot/renovate#6213 this should make
sure we are using version 1.16
  • Loading branch information
codyoss committed Apr 13, 2021
1 parent 61a93d5 commit 3f68e93
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/renovate.json
Expand Up @@ -9,5 +9,10 @@
],
"commitMessagePrefix": "chore(all): ",
"commitMessageAction": "update",
"groupName": "all"
"groupName": "all",
"force": {
"constraints": {
"go": "1.16"
}
}
}

0 comments on commit 3f68e93

Please sign in to comment.