From 4f9fff222f67ccd6b6af7c3ae10fa2809d9f3750 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Tue, 8 Aug 2023 08:53:37 -0400 Subject: [PATCH] chore(ci): update golangci-lint Signed-off-by: Chris Gianelloni --- .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 01aad0a..e08d4e6 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -29,7 +29,7 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: - version: v1.50.1 # current version at time of commit + version: v1.53.3 # current version at time of commit args: --timeout=10m only-new-issues: true - name: go-test