We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 048651e commit be4f21dCopy full SHA for be4f21d
.github/renovate.json
@@ -17,7 +17,7 @@
17
},
18
"separateMajorMinor":false,
19
"constraints": {
20
- "go": "1.18"
+ "go": "1.20"
21
22
"packageRules": [
23
{
@@ -40,7 +40,7 @@
40
41
"matchDatasources": ["golang-version"],
42
"rangeStrategy": "bump",
43
- "allowedVersions": "<1.19.0",
+ "allowedVersions": "<1.21.0",
44
"postUpdateOptions": ["gomodTidy"]
45
46
0 commit comments