Skip to content

Commit

Permalink
workflows: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dindinw committed Aug 16, 2024
1 parent 8476811 commit f23d4f8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 'stable'

- name: checkout
uses: actions/checkout@v4

- name: install abigen
run: go install github.com/ethereum/go-ethereum/cmd/abigen@latest

Expand Down

0 comments on commit f23d4f8

Please sign in to comment.