From 1cb29d8070ec210092303db20b63f8f17fd18bff Mon Sep 17 00:00:00 2001 From: Nicholas Wiersma Date: Sat, 19 Mar 2022 12:22:11 +0200 Subject: [PATCH] fix: bump golangci-lint --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7b77f61..a460b81 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: go-version: [ 1.17, 1.18 ] runs-on: ubuntu-latest env: - GOLANGCI_LINT_VERSION: v1.44.2 + GOLANGCI_LINT_VERSION: v1.45.0 steps: - name: Install Go @@ -37,6 +37,7 @@ jobs: uses: golangci/golangci-lint-action@v2 with: version: ${{ env.GOLANGCI_LINT_VERSION }} + args: --go ${{ matrix.go-version }} - name: Run tests run: go test -covermode=count -coverprofile=coverage.out ./...