From e128685d7ab565a1da6063699246417206982c51 Mon Sep 17 00:00:00 2001 From: Aaron Gable Date: Mon, 4 Apr 2022 16:59:35 -0700 Subject: [PATCH] Update to latest version of golangci-lint (#6032) Update from v1.42.1 to v1.45.2. This version has both better support for go1.18, and better automatic detection of which go version to use (based on our go.mod file, it will currently use go1.17). --- .github/workflows/golangci-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 55595e5c9..a22a57508 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -21,6 +21,6 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v2 with: - version: v1.42.1 + version: v1.45.2 args: --timeout 9m only-new-issues: true