Skip to content

Commit 424a067

Browse files
chore(deps): update golangci/golangci-lint-action action to v8
1 parent f11755d commit 424a067

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
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- run: (cd ui && yarn)
1616
- run: make build-js
17-
- uses: golangci/golangci-lint-action@v7
17+
- uses: golangci/golangci-lint-action@v8
1818
with:
1919
version: v2.0.2
2020
args: --timeout=5m

0 commit comments

Comments
 (0)