Skip to content

chore(deps): bump github.com/ethereum/go-ethereum from 1.16.2 to 1.17.0 #172

chore(deps): bump github.com/ethereum/go-ethereum from 1.16.2 to 1.17.0

chore(deps): bump github.com/ethereum/go-ethereum from 1.16.2 to 1.17.0 #172

name: Check License
on:
pull_request:
jobs:
check-license:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Install go-license
run: go install github.com/palantir/go-license@latest
- name: Check License
run: make check-license