From 537a378c23210563421326246c4983749cd80f97 Mon Sep 17 00:00:00 2001 From: Conor Mongey Date: Fri, 24 Mar 2023 15:56:38 +0000 Subject: [PATCH] Bump golangci-lint action --- .github/workflows/test.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7e2a4f86..82c3da79 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,10 +37,7 @@ jobs: go-version: 1.20.x - uses: actions/checkout@v3 - name: golangci-lint - uses: golangci/golangci-lint-action@v3.3.1 - 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.49 + uses: golangci/golangci-lint-action@v3 acctest: runs-on: ubuntu-latest