Skip to content

Commit 9bb969d

Browse files
committed
GitHub Actions ci.yml: Add "Set up Go" step
1 parent 7ce7db5 commit 9bb969d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
- name: Get sources
2525
uses: actions/checkout@v4
2626

27+
- name: Set up Go
28+
uses: actions/setup-go@v5
29+
with:
30+
go-version: 'stable'
31+
2732
- name: Cache Deps
2833
uses: actions/cache@v4
2934
with:

0 commit comments

Comments
 (0)