Skip to content

fix(deps): update module github.com/ethereum/go-ethereum to v1.13.15 - autoclosed #48

fix(deps): update module github.com/ethereum/go-ethereum to v1.13.15 - autoclosed

fix(deps): update module github.com/ethereum/go-ethereum to v1.13.15 - autoclosed #48

Workflow file for this run

name: Go Test
on:
pull_request:
workflow_dispatch:
branches: [ '**' ]
jobs:
full_ci:
strategy:
matrix:
go_version: [ 1.22.x ]
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
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