Skip to content
Snippets Groups Projects
Commit 329a2923 authored by LaurenceLiZhixin's avatar LaurenceLiZhixin
Browse files

fix: change ci lint vesion

parent fdba6d46
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment