Skip to content

Commit 263f0e8

Browse files
chore(deps): bumped golanci-lint to 1.60 addressing golangci/golangci-lint#4837
1 parent c95ab48 commit 263f0e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818
- name: golangci-lint-server
1919
uses: golangci/golangci-lint-action@v6
2020
with:
21-
version: v1.59
21+
version: v1.60
2222
working-directory: server
2323
args: --timeout=30m
2424
continue-on-error: ${{ github.ref == 'refs/heads/main' }}
2525
- name: golangci-lint-client
2626
uses: golangci/golangci-lint-action@v6
2727
with:
28-
version: v1.59
28+
version: v1.60
2929
working-directory: client
3030
args: --timeout=30m
3131
continue-on-error: ${{ github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)