diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 8d19589f728..2f60cdde77a 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -57,7 +57,7 @@ jobs: submodules: 'recursive' - uses: ./.github/actions/install-system-dependencies - uses: ./.github/actions/install-go - - run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest + - run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.58.2 - run: make deps - run: golangci-lint run -v --timeout 10m --concurrency 4 check-fmt: diff --git a/CHANGELOG.md b/CHANGELOG.md index 39d4333a942..44583f883bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4071,6 +4071,7 @@ This is a **highly recommended** but optional Lotus v1.11.1 release that introd - Release Template: remove binary validation step ([filecoin-project/lotus#6709](https://github.com/filecoin-project/lotus/pull/6709)) - Reset of the interop network ([filecoin-project/lotus#6689](https://github.com/filecoin-project/lotus/pull/6689)) - Update version.go to 1.11.1 ([filecoin-project/lotus#6621](https://github.com/filecoin-project/lotus/pull/6621)) +- chore: pin golanglint-ci to v1.58.2 ([filecoin-project/lotus#12054](https://github.com/filecoin-project/lotus/pull/12054)) ## Contributors