Skip to content

Bump github.com/ethereum/go-ethereum from 1.14.11 to 1.16.1 #29

Bump github.com/ethereum/go-ethereum from 1.14.11 to 1.16.1

Bump github.com/ethereum/go-ethereum from 1.14.11 to 1.16.1 #29

Workflow file for this run

name: Lint
on:
push:
branches:
- main
- master
- develop
- update-external-dependencies
- 'release/**'
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.21.x
- name: Checkout code
uses: actions/checkout@v4
- name: Lint
run: |
make install-linter
make lint