Skip to content

Commit

Permalink
chore: fix renovate by setting correct renovate constrant (#1329)
Browse files Browse the repository at this point in the history
Renovate constraints to Go 1.21

Signed-off-by: Kavindu Dodanduwa <[email protected]>
  • Loading branch information
Kavindu-Dodan authored Jun 19, 2024
1 parent 7ff33ef commit ccb4ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"constraints": {
"go": "1.20"
"go": "1.21"
},
"extends": [
"config:recommended"
Expand Down

0 comments on commit ccb4ebf

Please sign in to comment.