Skip to content

Commit 6839b49

Browse files
committed
fix: needs go
1 parent cd59a85 commit 6839b49

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ jobs:
2626
toolchain: stable
2727
- uses: lukka/[email protected]
2828

29+
- name: Install Go
30+
uses: actions/setup-go@v4
31+
with:
32+
go-version: 1.21.4
33+
check-latest: true
34+
2935
- name: Show rust version
3036
run: |
3137
cargo version

0 commit comments

Comments
 (0)