Skip to content

Commit

Permalink
fix: lint against actual go version
Browse files Browse the repository at this point in the history
  • Loading branch information
nrwiersma committed Mar 20, 2024
1 parent 3ebf86a commit 357ca20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
version: ${{ env.GOLANGCI_LINT_VERSION }}
skip-pkg-cache: true
args: --go ${{ matrix.go-version }}
args: --go 1.20

- name: Run tests
run: go test -covermode=count -coverprofile=coverage.out ./...
Expand Down

0 comments on commit 357ca20

Please sign in to comment.