From 92004d8a481908a2f21aa4c1dd7685639f0b2bc4 Mon Sep 17 00:00:00 2001 From: Marcos Date: Wed, 4 Oct 2023 18:56:10 -0300 Subject: [PATCH 1/2] Update CONTRIBUITING.md doc --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6c033116..34c6b041 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,8 +11,8 @@ Install a few dev dependencies for `make lint`: ```bash go install github.com/mgechev/revive@v1.1.3 go install mvdan.cc/gofumpt@v0.3.1 -go install honnef.co/go/tools/cmd/staticcheck@v0.3.0 -go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0 +go install honnef.co/go/tools/cmd/staticcheck@v0.4.0 +go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.51.0 ``` Look at the [README for instructions to install the dependencies and build `mev-boost`](README.md#installing) From 8c61c611c63f147d133aa689adab6188bb8f3456 Mon Sep 17 00:00:00 2001 From: Marcos Date: Thu, 5 Oct 2023 18:21:39 -0300 Subject: [PATCH 2/2] match docs dependencies with ci version --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 34c6b041..6d0e4c86 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,8 +11,8 @@ Install a few dev dependencies for `make lint`: ```bash go install github.com/mgechev/revive@v1.1.3 go install mvdan.cc/gofumpt@v0.3.1 -go install honnef.co/go/tools/cmd/staticcheck@v0.4.0 -go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.51.0 +go install honnef.co/go/tools/cmd/staticcheck@v0.4.2 +go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.51.2 ``` Look at the [README for instructions to install the dependencies and build `mev-boost`](README.md#installing)