Skip to content

Commit

Permalink
ci: add go to clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
hopeyen committed Oct 13, 2023
1 parent 2e2e240 commit a750092
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
image: rust:latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4 # we need go to build go-waku
with:
go-version: '1.19'
- uses: actions/cache@v3
with:
path: |
Expand Down

0 comments on commit a750092

Please sign in to comment.