Skip to content

Commit cdeb226

Browse files
committed
install explicit go version
1 parent 8fb9c23 commit cdeb226

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/renovate.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,20 @@ on:
55
- cron: "0 0 * * *"
66
workflow_dispatch:
77

8+
env:
9+
GOVERSION: go1.21.13
10+
811
jobs:
912
renovate:
1013
name: Renovate
1114
runs-on: ubuntu-latest
1215
steps:
1316
- name: Checkout
1417
uses: actions/checkout@v4
18+
- name: Install Go ${GOVERSION}
19+
uses: actions/setup-go@v5
20+
with:
21+
go-version: ${GOVERSION}
1522
- name: Self-hosted Renovate
1623
uses: renovatebot/[email protected]
1724
with:

0 commit comments

Comments
 (0)