Skip to content

build(deps): bump github.com/ethereum/go-ethereum from 1.10.8 to 1.12.1 #343

build(deps): bump github.com/ethereum/go-ethereum from 1.10.8 to 1.12.1

build(deps): bump github.com/ethereum/go-ethereum from 1.10.8 to 1.12.1 #343

Workflow file for this run

name: smoke_test
on:
pull_request:
branches:
- master
- release-*
jobs:
smoke_test:
name: Run smoke_test
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.18
uses: actions/setup-go@v3
with:
go-version: 1.18
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Run smoke_test
run: |
export PATH=$PATH:$(go env GOPATH)/bin
cd scripts
echo ${{ github.base_ref }}
bash smoke_test.sh -b ${{ github.base_ref }}