From 29559e145b62f948d6ebb98cb4c003910fe5ca89 Mon Sep 17 00:00:00 2001 From: Olivier FAURAX Date: Mon, 13 Jan 2025 15:54:40 +0000 Subject: [PATCH] Don't fix linter version --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index de19e41..d543aea 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,7 +1,7 @@ # golangci.com configuration # https://github.com/golangci/golangci/wiki/Configuration service: - golangci-lint-version: 1.56.2 # use the fixed version to not introduce new linters unexpectedly + # golangci-lint-version: 1.56.2 # use the fixed version to not introduce new linters unexpectedly linters-settings: govet: