From b1963adeb1f475696b7567cb277ed2ed22254ec2 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Tue, 8 Aug 2023 08:54:49 -0400 Subject: [PATCH] chore(ci): update golangci-lint Signed-off-by: Chris Gianelloni --- .github/workflows/golangci-lint.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 3906079..896e47f 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -29,9 +29,8 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: - version: v1.50.1 # current version at time of commit - # Optional: golangci-lint command line arguments. - # args: --issues-exit-code=0 + version: v1.53.3 # current version at time of commit + args: --timeout 10m only-new-issues: true - name: go-test run: go test ./...