From 3871fb27312b9c798ecdbacc17096874d987a365 Mon Sep 17 00:00:00 2001 From: atheesh Date: Thu, 15 Feb 2024 10:30:32 +0530 Subject: [PATCH] fix lint --- .github/linters/.golangci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/linters/.golangci.yaml b/.github/linters/.golangci.yaml index 1efc4a80f..6cba441cb 100644 --- a/.github/linters/.golangci.yaml +++ b/.github/linters/.golangci.yaml @@ -42,7 +42,7 @@ linters-settings: - badCall # Remove this after CI workflow PR gofumpt: - lang-version: "1.18" + lang-version: "1.21" misspell: ignore-words: @@ -52,7 +52,7 @@ linters-settings: stylecheck: # Select the Go version to target. - go: "1.18" + go: "1.21" # STxxxx checks in https://staticcheck.io/docs/configuration/options/#checks # Default: ["*"] checks: ["all"]