Skip to content

Commit 32da568

Browse files
committed
chore: update linter to support newer go mod
1 parent c3946ae commit 32da568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/backend-lint-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: golangci-lint
3131
uses: golangci/golangci-lint-action@v6
3232
with:
33-
version: v1.60
33+
version: v1.64.8
3434
working-directory: backend
3535
args: --timeout=10m --config=.golangci.yaml
3636
- name: Install Task

0 commit comments

Comments
 (0)