From 8001a4583c5bfef6d248f87657349d6154ac7f36 Mon Sep 17 00:00:00 2001 From: Gene Aumson Date: Fri, 20 Sep 2024 08:40:03 -0400 Subject: [PATCH] update version of staticcheck in dev dependencies fixes https://github.com/flashbots/go-template/issues/33 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 251ed57..c71fc88 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ make build-httpserver ```bash go install mvdan.cc/gofumpt@v0.4.0 -go install honnef.co/go/tools/cmd/staticcheck@v0.4.2 +go install honnef.co/go/tools/cmd/staticcheck@2024.1.1 go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.60.3 go install go.uber.org/nilaway/cmd/nilaway@v0.0.0-20240821220108-c91e71c080b7 go install github.com/daixiang0/gci@v0.11.2