From d4fccadf989a31460d2dc100823c02048c562a09 Mon Sep 17 00:00:00 2001 From: Diego Date: Fri, 1 Dec 2023 13:15:34 +0100 Subject: [PATCH] update go and go-libp2p-daemon versions --- .github/workflows/ci.yml | 2 +- scripts/build_p2pd.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9656ac78..96abaceb3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v2 with: - go-version: '~1.15.5' + go-version: '~1.19' - name: Install p2pd run: | diff --git a/scripts/build_p2pd.sh b/scripts/build_p2pd.sh index 0caf89d83..45f49b9ac 100644 --- a/scripts/build_p2pd.sh +++ b/scripts/build_p2pd.sh @@ -10,7 +10,7 @@ set -e CACHE_DIR="$1" # optional parameter pointing to a CI cache dir. -LIBP2P_COMMIT="v0.4.0" # tags work too, only used in nim-libp2p CI for now +LIBP2P_COMMIT="v0.5.0" # tags work too, only used in nim-libp2p CI for now [[ -n "$2" ]] && LIBP2P_COMMIT="$2" # allow overriding it on the command line SUBREPO_DIR="vendor/go/src/github.com/libp2p/go-libp2p-daemon" if [[ ! -e "$SUBREPO_DIR" ]]; then