Skip to content

Bump github.com/ethereum/go-ethereum from 1.14.0 to 1.14.3 #270

Bump github.com/ethereum/go-ethereum from 1.14.0 to 1.14.3

Bump github.com/ethereum/go-ethereum from 1.14.0 to 1.14.3 #270

Workflow file for this run

name: lint
on:
push:
branches:
- master
pull_request:
jobs:
Lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --timeout 3m