Skip to content

Commit 5f3ee15

Browse files
committed
chore: set explicit go toolchain version to avoid SDK updates
1 parent 77a0460 commit 5f3ee15

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/renovate.yaml

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

0 commit comments

Comments
 (0)