Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
ci(server): fix golangci-lint version
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Oct 31, 2023
1 parent ed6aeea commit 8241799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: '1.54'
version: v1.54
working-directory: server
args: --timeout=5m
ci-server-test:
Expand Down

0 comments on commit 8241799

Please sign in to comment.