From fcd2be9dbebaa64a672bc254a87abc13d9f01082 Mon Sep 17 00:00:00 2001 From: stevef Date: Sat, 4 Apr 2026 07:57:43 +0200 Subject: [PATCH] chore: stabilize build configuration and linting --- .golangci.yaml | 2 -- Makefile | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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: