Skip to content

chore(deps): bump github.com/libp2p/go-libp2p from 0.23.4 to 0.27.8 #1914

chore(deps): bump github.com/libp2p/go-libp2p from 0.23.4 to 0.27.8

chore(deps): bump github.com/libp2p/go-libp2p from 0.23.4 to 0.27.8 #1914

Workflow file for this run

name: Go
on:
push:
branches: [ "master", "dev" ]
pull_request:
branches: [ "master", "dev" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
default: true
- name: Install dependencies
run: |
sudo apt update
sudo apt install hwloc libhwloc-dev jq ocl-icd-opencl-dev
- name: Build
run: make clean all
- name: Setup
run: echo "ESTUARY_TOKEN=$(./estuary setup | grep Token | cut -d ' ' -f 3)" >> $GITHUB_ENV
- name: Test
run: go test -v ./...
env:
ESTUARY_TOKEN: $ESTUARY_TOKEN