Skip to content

chore(deps): update github.com/ethpandaops/hermes digest to 4f5d75d #1503

chore(deps): update github.com/ethpandaops/hermes digest to 4f5d75d

chore(deps): update github.com/ethpandaops/hermes digest to 4f5d75d #1503

Workflow file for this run

name: Go Test
on:
pull_request:
workflow_dispatch:
branches: [ '**' ]
jobs:
full_ci:
strategy:
matrix:
go_version: [ 1.23.x ]
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go_version }}
- name: run tests
run: go test -json ./... > test.json
- name: Annotate tests
if: always()
uses: guyarb/golang-test-annotations@v0.6.0
with:
test-results: test.json