Skip to content

Commit

Permalink
[chore] configure go version to latest 1.20 (open-telemetry#8907)
Browse files Browse the repository at this point in the history
This configures renovate to use the latest go 1.20 instead of go 1.21
  • Loading branch information
Alex Boten authored Nov 14, 2023
1 parent 40e7ab5 commit 228509c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"labels": [
"dependencies"
],
"constraints": {
"go": "1.20"
},
"extends": [
"config:base"
],
Expand Down

0 comments on commit 228509c

Please sign in to comment.