From c00dcb6c29c3eb1df05b2a73e52505ff50185a5c Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Tue, 8 Aug 2023 08:55:39 -0400 Subject: [PATCH] chore(ci): update golangci-lint Signed-off-by: Chris Gianelloni --- .github/workflows/golangci-lint.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 9f48f0e..896e47f 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -29,7 +29,8 @@ 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 run: go test ./...