Skip to content

Commit 01174ac

Browse files
authored
chore: use official golang-lint action (#82)
1 parent f9be569 commit 01174ac

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build-n-test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,10 @@ jobs:
5858
go-version: ^1.20.0
5959
id: go
6060

61-
- name: Lint
62-
run: make lint
61+
- name: golangci-lint
62+
uses: golangci/golangci-lint-action@v6
63+
with:
64+
version: v1.60
6365

6466
- name: Test
6567
run: make test

0 commit comments

Comments
 (0)