We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 212aee3 commit a328be1Copy full SHA for a328be1
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v4
15
- run: (cd ui && yarn)
16
- run: make build-js
17
- - uses: golangci/golangci-lint-action@v5
+ - uses: golangci/golangci-lint-action@v6
18
with:
19
version: v1.55
20
args: --timeout=5m
0 commit comments