diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index e0dfc294d0a74ccd5b715fb2aea3fb006a0a0faa..03472fb2586f56157198e031b89bc3d63c2ff86e 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