Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
release-assets.githubusercontent.com:443
storage.googleapis.com:443
sum.golang.org:443
localhost:8454
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with:
go-version: '1.21'
Expand Down Expand Up @@ -120,6 +121,7 @@ jobs:
release-assets.githubusercontent.com:443
storage.googleapis.com:443
sum.golang.org:443
localhost:8454
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with:
go-version: '1.21'
Expand Down Expand Up @@ -211,6 +213,7 @@ jobs:
release-assets.githubusercontent.com:443
storage.googleapis.com:443
sum.golang.org:443
localhost:8454
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with:
go-version: '1.21'
Expand Down Expand Up @@ -254,4 +257,4 @@ jobs:
- name: Run User Command Integration Tests
run: |
cd eigenlayer-cli/tests/user
./user-integration-tests-runner.sh
./user-integration-tests-runner.sh
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
with:
go-version: "1.21"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@286f3b13755c3b29d1dcb9c4edf51fcc83fa2e73 # v6.1.0
uses: goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0
with:
distribution: goreleaser
version: latest
Expand All @@ -66,4 +66,4 @@ jobs:
env:
#https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TELEMETRY_TOKEN: ${{ secrets.TELEMETRY_TOKEN }}
TELEMETRY_TOKEN: ${{ secrets.TELEMETRY_TOKEN }}
Loading