Skip to content

Commit 328acfe

Browse files
committed
ci: use golang lint ci actions
1 parent 1bc4cb7 commit 328acfe

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,10 @@ jobs:
4949
- name: ci/govet
5050
run: make govet
5151

52-
- name: ci/lint
53-
run: make lint
52+
- name: ci/golangci-lint
53+
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
54+
with:
55+
version: v2.6.2
5456

5557
- name: ci/check-modules
5658
run: make check-modules

0 commit comments

Comments
 (0)