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 41bf9af commit 44ef958Copy full SHA for 44ef958
.github/workflows/lint.yml
@@ -16,14 +16,14 @@ jobs:
16
go-version: '1.24'
17
cache: false
18
- name: golangci-lint-server
19
- uses: golangci/golangci-lint-action@v6
+ uses: golangci/golangci-lint-action@v8
20
with:
21
version: v1.64
22
working-directory: server
23
args: --timeout=30m
24
continue-on-error: ${{ github.ref == 'refs/heads/main' }}
25
- name: golangci-lint-client
26
27
28
29
working-directory: client
0 commit comments