This is an automated email from the ASF dual-hosted git repository.
abeizn pushed a commit to branch fix-lint-0902-1
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
The following commit(s) were added to refs/heads/fix-lint-0902-1 by this push:
new 2bade7bda fix: go ci lint
2bade7bda is described below
commit 2bade7bdafff97861b67e749323c245bbca93180
Author: abeizn <[email protected]>
AuthorDate: Mon Sep 2 15:16:27 2024 +0800
fix: go ci lint
---
.github/workflows/golangci-lint.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/golangci-lint.yml
b/.github/workflows/golangci-lint.yml
index d79ca9ac7..7084ba598 100644
--- a/.github/workflows/golangci-lint.yml
+++ b/.github/workflows/golangci-lint.yml
@@ -42,7 +42,7 @@ jobs:
cd backend
make mock
- name: golangci-lint
- uses: golangci/golangci-lint-action@v3
+ uses: golangci/golangci-lint-action@v6
with:
version: v1.53.3
working-directory: ./backend