Skip to content

Bump github.com/0xPolygonHermez/zkevm-synchronizer-l1 from 0.6.2 to 0.6.6 #70

Bump github.com/0xPolygonHermez/zkevm-synchronizer-l1 from 0.6.2 to 0.6.6

Bump github.com/0xPolygonHermez/zkevm-synchronizer-l1 from 0.6.2 to 0.6.6 #70

Workflow file for this run

---
name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
strategy:
matrix:
go-version: [ 1.21.x ]
goarch: [ "amd64" ]
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
env:
GOARCH: ${{ matrix.goarch }}
- name: Test
run: make test
working-directory: ./