Skip to content

Commit 077d82c

Browse files
authored
chore(ci): use golangci-lint action (#11)
1 parent 065c1ca commit 077d82c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ jobs:
1818
- name: Set up Go
1919
uses: 'actions/setup-go@v5'
2020
with:
21-
go-version: '1.23.4'
21+
go-version: stable
2222

2323
- name: Lint
24-
run: brew update && brew install golangci-lint && make lint
24+
uses: 'golangci/golangci-lint-action@v6'
25+
with:
26+
version: 'latest'
2527

2628
- name: Build
2729
run: make build

0 commit comments

Comments
 (0)