Skip to content

Commit

Permalink
change lint to customized lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bournezjc committed Oct 7, 2024
1 parent 1f91971 commit f2dd729
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: "1.21"
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60
- name: Install golangci-lint
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.61.0
- name: lint
run: make lint-go
- name: test opnode
run: cd op-node && make test

0 comments on commit f2dd729

Please sign in to comment.