Skip to content

Commit

Permalink
fix: bump golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nrwiersma committed Mar 19, 2022
1 parent 70cca8f commit 1cb29d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 ./...
Expand Down

0 comments on commit 1cb29d8

Please sign in to comment.