From 0b68476f253654543c7e43999a29ada915f34722 Mon Sep 17 00:00:00 2001 From: Moritz Sanft <58110325+msanft@users.noreply.github.com> Date: Tue, 4 Mar 2025 09:18:05 +0100 Subject: [PATCH] ci: replace tenv linter with usetesting --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 9a03b837e..c3a46a296 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -31,7 +31,7 @@ linters: - misspell - noctx - revive - - tenv + - usetesting - unconvert - unparam