Skip to content

Commit

Permalink
feat: allow upgrading to Go 1.23 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
phm07 authored Sep 6, 2024
1 parent 205ab03 commit db12cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate/golang.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"matchPackageNames": ["go", "golang"],
"matchDepTypes": ["toolchain", "image", "stage"],
"allowedVersions": "<1.23"
"allowedVersions": "<1.24"
}
]
}

0 comments on commit db12cbc

Please sign in to comment.