mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-02 14:03:12 +00:00
Use latest Go in check workflow
This commit is contained in:
parent
e961508924
commit
ebe9060d8b
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -27,6 +27,9 @@ jobs:
|
||||
submodules: true
|
||||
- name: Checkout submodules
|
||||
run: git submodule update --init --recursive
|
||||
- uses: actions/setup-go@v3 # we need go to build go-waku
|
||||
with:
|
||||
go-version: '1.19'
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user