diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 952e58dcbd..413a39fdcf 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -59,7 +59,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.27.0 + run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.41.1 - name: Run Linter run: golangci-lint run --timeout=10m -v