Skip to content

Bump github.com/0xPolygonHermez/zkevm-node from 0.3.21-0.20231122150335-286094140ed5 to 0.5.0-RC4 #1170

Bump github.com/0xPolygonHermez/zkevm-node from 0.3.21-0.20231122150335-286094140ed5 to 0.5.0-RC4

Bump github.com/0xPolygonHermez/zkevm-node from 0.3.21-0.20231122150335-286094140ed5 to 0.5.0-RC4 #1170

Workflow file for this run

name: Lint
on:
push:
branches:
- main
- master
- develop
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: 1.21.x
- name: Checkout code
uses: actions/checkout@v2
- name: Lint
run: |
make install-linter
make lint