Skip to content

Commit

Permalink
chore: update waku bindings version
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-eiger committed Feb 27, 2024
1 parent 1a7175a commit 7bf9f8c
Show file tree
Hide file tree
Showing 7 changed files with 996 additions and 642 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# copy of https://github.com/actions-rs/meta/blob/master/recipes/quickstart.md
on:
push:
branches: [main]
Expand Down Expand Up @@ -29,7 +28,7 @@ jobs:
run: git submodule update --init --recursive
- uses: actions/setup-go@v4 # we need go to build go-waku
with:
go-version: '1.19'
go-version: '1.20'
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand Down Expand Up @@ -62,7 +61,7 @@ jobs:
run: git submodule update --init --recursive
- uses: actions/setup-go@v4 # we need go to build go-waku
with:
go-version: '1.19'
go-version: '1.20'

- uses: actions-rs/toolchain@v1
with:
Expand All @@ -79,7 +78,6 @@ jobs:
with:
command: test


lints:
name: Rust lints
runs-on: ubuntu-latest
Expand All @@ -91,7 +89,7 @@ jobs:
run: git submodule update --init --recursive
- uses: actions/setup-go@v4 # we need go to build go-waku
with:
go-version: '1.19'
go-version: '1.20'
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand Down
Loading

0 comments on commit 7bf9f8c

Please sign in to comment.