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 55e72e4Copy full SHA for 55e72e4
.github/renovate.json
@@ -35,5 +35,8 @@
35
},
36
"constraints": {
37
"go": "1.21"
38
+ },
39
+ "env": {
40
+ "GOTOOLCHAIN": "go1.21.13"
41
}
42
.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