Skip to content

Commit de31e23

Browse files
committed
chore(build): update golangci-lint action version to v8 for consistency and maintenance
1 parent 6fc646d commit de31e23

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
@@ -63,7 +63,7 @@ jobs:
6363
cache: false
6464

6565
- name: golangci-lint
66-
uses: golangci/golangci-lint-action@v8.0.0
66+
uses: golangci/golangci-lint-action@v8
6767
with:
6868
version: v2.5
6969
args: --config golangci.yml --timeout=5m ./...

0 commit comments

Comments
 (0)