Skip to content

Commit

Permalink
chore: use official golang-lint action (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeerick authored Jan 28, 2025
1 parent f9be569 commit 01174ac
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-n-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,10 @@ jobs:
go-version: ^1.20.0
id: go

- name: Lint
run: make lint
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60

- name: Test
run: make test
Expand Down

0 comments on commit 01174ac

Please sign in to comment.