Skip to content

Commit

Permalink
chore(server): upgrade ci go linter to 1.52.* (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
yk-eukarya committed Apr 25, 2023
1 parent c4811d9 commit 2a87bb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.51
version: v1.52
args: --timeout=10m
working-directory: server
- name: test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_server.yml
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.51
version: v1.52
args: --timeout=10m
working-directory: server
- name: test
Expand Down

0 comments on commit 2a87bb0

Please sign in to comment.