update go and go-libp2p-daemon versions
This commit is contained in:
parent
3686340078
commit
d4fccadf98
|
@ -67,7 +67,7 @@ jobs:
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: '~1.15.5'
|
go-version: '~1.19'
|
||||||
|
|
||||||
- name: Install p2pd
|
- name: Install p2pd
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
CACHE_DIR="$1" # optional parameter pointing to a CI cache dir.
|
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
|
[[ -n "$2" ]] && LIBP2P_COMMIT="$2" # allow overriding it on the command line
|
||||||
SUBREPO_DIR="vendor/go/src/github.com/libp2p/go-libp2p-daemon"
|
SUBREPO_DIR="vendor/go/src/github.com/libp2p/go-libp2p-daemon"
|
||||||
if [[ ! -e "$SUBREPO_DIR" ]]; then
|
if [[ ! -e "$SUBREPO_DIR" ]]; then
|
||||||
|
|
Loading…
Reference in New Issue