From 329a2923c3e3cc5d5efd18af62f35cc5a11eb80d Mon Sep 17 00:00:00 2001 From: LaurenceLiZhixin <382673304@qq.com> Date: Sat, 3 Apr 2021 19:17:42 +0800 Subject: [PATCH] fix: change ci lint vesion --- .github/workflows/github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index e0dfc294d..03472fb25 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -60,7 +60,7 @@ jobs: # diff -u <(echo -n) <(gofmt -d -s .) - name: Install go ci lint - run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.39.0 + run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.27.0 - name: Run Linter run: golangci-lint run --timeout=10m -v -- GitLab