Skip to content

Commit

Permalink
renovate: allow golang 1.20 in "v1.13" and "master" branch
Browse files Browse the repository at this point in the history
Since we haven't released v1.13.0 we will allow renovate bot to update
golang's dependency to the just released 1.20.

Also, removed any constrains in golang for the "master" branch since we
will always use the latest golang version.

Signed-off-by: André Martins <andre@cilium.io>
  • Loading branch information
aanm committed Feb 3, 2023
1 parent 37e01a5 commit 53e3357
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,8 @@
"docker.io/library/golang",
"go"
],
"allowedVersions": "<1.20",
"allowedVersions": "<1.21",
"matchBaseBranches": [
"master",
"v1.13"
]
},
Expand Down

0 comments on commit 53e3357

Please sign in to comment.