Skip to content

Commit 8fb9c23

Browse files
committed
chore: move env directive
1 parent 1e0fc6c commit 8fb9c23

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"cd $(git rev-parse --show-toplevel) && make sync-tidy"
3434
]
3535
},
36-
"constraints": {
37-
"go": "1.21"
36+
"env": {
37+
"GOTOOLCHAIN": "go1.21.13"
3838
}
3939
}

.github/workflows/renovate.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
uses: actions/checkout@v4
1515
- name: Self-hosted Renovate
1616
uses: renovatebot/[email protected]
17-
env:
18-
GOTOOLCHAIN: go1.21.13
1917
with:
2018
configurationFile: .github/renovate.json
2119
token: ${{ secrets.RENOVATE_TOKEN }}

0 commit comments

Comments
 (0)