From 96135922ff6e9d8843ac3c7f65788a53b4c9e2a5 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Tue, 8 Aug 2023 08:52:17 -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 a770eac..680690a 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -25,7 +25,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 ./...