Skip to content

Commit 81c8ac3

Browse files
committed
Update linter action to version 8 in build workflow
1 parent 8c68053 commit 81c8ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
go-version: 1.23.x
2727

2828
- name: Run Linter
29-
uses: golangci/golangci-lint-action@v6
29+
uses: golangci/golangci-lint-action@v8
3030
with:
3131
args: --timeout=10m
3232
version: latest

0 commit comments

Comments
 (0)