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 1e0fc6c commit 8fb9c23Copy full SHA for 8fb9c23
.github/renovate.json
@@ -33,7 +33,7 @@
33
"cd $(git rev-parse --show-toplevel) && make sync-tidy"
34
]
35
},
36
- "constraints": {
37
- "go": "1.21"
+ "env": {
+ "GOTOOLCHAIN": "go1.21.13"
38
}
39
.github/workflows/renovate.yaml
@@ -14,8 +14,6 @@ jobs:
14
uses: actions/checkout@v4
15
- name: Self-hosted Renovate
16
uses: renovatebot/[email protected]
17
- env:
18
- GOTOOLCHAIN: go1.21.13
19
with:
20
configurationFile: .github/renovate.json
21
token: ${{ secrets.RENOVATE_TOKEN }}
0 commit comments