From 0e5f7075b13231d276b5895fa4ebb584a6a6ffa6 Mon Sep 17 00:00:00 2001 From: Ivan Folgueira Bande Date: Sun, 5 Oct 2025 19:08:34 +0200 Subject: [PATCH] avoid go --- .github/workflows/codecov.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 128bc75..c66752c 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -18,9 +18,7 @@ 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.20' + - uses: actions-rs/toolchain@v1 with: profile: minimal