From a00badf3cd0fb243a15a7c209a7728cc5aec7e6c Mon Sep 17 00:00:00 2001 From: Carlos Date: Tue, 17 Oct 2023 10:17:32 -0300 Subject: [PATCH] Updates golangci-lint's go version as well --- .golangci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yaml b/.golangci.yaml index bab9f1de8..a10355552 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -67,4 +67,4 @@ linters-settings: staticcheck: # Should be better for it to be autodetected # https://github.com/golangci/golangci-lint/issues/2234 - go: "1.21.1" + go: "1.21.3"