Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
go-version: '1.24'
cache: false
- name: golangci-lint-server
uses: golangci/golangci-lint-action@v6
uses: golangci/golangci-lint-action@v7
with:
version: v1.64
Comment thread
CommanderStorm marked this conversation as resolved.
Outdated
working-directory: server
args: --timeout=30m
continue-on-error: ${{ github.ref == 'refs/heads/main' }}
- name: golangci-lint-client
uses: golangci/golangci-lint-action@v6
uses: golangci/golangci-lint-action@v7
with:
version: v1.64
Comment thread
CommanderStorm marked this conversation as resolved.
Outdated
working-directory: client
Expand Down
Loading