From c1de571ef1da78d050b62febc255f2f3100228b1 Mon Sep 17 00:00:00 2001 From: Cody Lee Date: Tue, 20 Jun 2023 13:55:18 -0500 Subject: [PATCH] update golangci-lint --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4096ed73..858d8c9b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,7 @@ jobs: uses: golangci/golangci-lint-action@v3 with: # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. - version: v1.50.1 + version: v1.53 # Optional: working directory, useful for monorepos # working-directory: somedir