diff --git a/.golangci.yaml b/.golangci.yaml index b2b772406..3527a4251 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -1,5 +1,3 @@ -version: "2" - linters: default: all disable: diff --git a/Makefile b/Makefile index 4704b7c4a..00236ff6e 100644 --- a/Makefile +++ b/Makefile @@ -273,7 +273,7 @@ test: generate ## fmt: Format Go code fmt: - @$(GOLANGCI_LINT) fmt + @$(GO) fmt ./... ## lint: Run linters lint: