We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9a0a4b commit 7f3c405Copy full SHA for 7f3c405
.github/workflows/golangci-lint.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Build UI
27
run: make ui
28
- name: golangci-lint
29
- uses: golangci/golangci-lint-action@v6.2.0
+ uses: golangci/golangci-lint-action@v6.5.1
30
with:
31
args: --timeout=10m
32
version: 'latest'
0 commit comments