Use latest Go in check workflow

This commit is contained in:
Daniel Sanchez Quiros 2022-10-24 18:01:06 +02:00
parent e961508924
commit ebe9060d8b
1 changed files with 3 additions and 0 deletions

View File

@ -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