Skip to content

Bump github.com/Layr-Labs/eigensdk-go from 0.1.4-0.20240330002735-c0efcad71d31 to 0.1.8 #86

Bump github.com/Layr-Labs/eigensdk-go from 0.1.4-0.20240330002735-c0efcad71d31 to 0.1.8

Bump github.com/Layr-Labs/eigensdk-go from 0.1.4-0.20240330002735-c0efcad71d31 to 0.1.8 #86

Workflow file for this run

name: unit-tests
on:
push:
branches:
- master
pull_request:
jobs:
Test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "1.21"
# needed otherwise the foundry image is not found
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Test
run: make test