Use latest Go in check workflow
This commit is contained in:
parent
e961508924
commit
ebe9060d8b
|
@ -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…
Reference in New Issue