Skip to content

Commit

Permalink
chore: enable GO 1.23 on repo (#2736)
Browse files Browse the repository at this point in the history
Co-authored-by: Bharath KKB <[email protected]>
  • Loading branch information
apeabody and bharathkkb authored Dec 9, 2024
1 parent 4613716 commit 529cc62
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
},
"separateMajorMinor": false,
"additionalBranchPrefix": "{{parentDir}}-",
"constraints": {"go": "1.22"},
"constraints": {
"go": "1.23"
},
"packageRules": [
{
"matchFileNames": [".github/**"],
Expand All @@ -40,7 +42,7 @@
},
{
"matchPackageNames": ["go"],
"allowedVersions": "1.22",
"allowedVersions": "1.23",
"postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths"]
}
],
Expand Down
2 changes: 1 addition & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.22.7
go 1.23.0

use (
./cli
Expand Down
6 changes: 4 additions & 2 deletions infra/terraform/test-org/github/resources/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
"labels": ["type:security"],
"minimumReleaseAge": "0 days"
},
"constraints": {"go": "1.22"},
"constraints": {
"go": "1.23"
},
"packageRules": [
{
"matchFileNames": ["*", "modules/**"],
Expand Down Expand Up @@ -42,7 +44,7 @@
"matchManagers": ["gomod"],
"matchDatasources": ["golang-version"],
"rangeStrategy": "replace",
"allowedVersions": "1.22",
"allowedVersions": "1.23",
"postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths"]
},
{
Expand Down

0 comments on commit 529cc62

Please sign in to comment.