Skip to content

Bump github.com/Layr-Labs/eigensdk-go from 0.1.7-0.20240506234104-06805a99d717 to 0.1.7 #262

Bump github.com/Layr-Labs/eigensdk-go from 0.1.7-0.20240506234104-06805a99d717 to 0.1.7

Bump github.com/Layr-Labs/eigensdk-go from 0.1.7-0.20240506234104-06805a99d717 to 0.1.7 #262

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
jobs:
Test:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Build
run: make build