Closed joemiller closed 3 years ago
I think I see. The build broke when tj/node-prune removed its goreleaser.yaml - https://github.com/tj/node-prune/commit/330b83e1fc4963b28206894403abcd3d604b84a3
EDIT: added commit https://github.com/goreleaser/godownloader/pull/176/commits/28b826a5dd53162ab084191128ca9ec6578fc2e5 to remove node-prune.yaml from this repo
Latest golangci-lint v1.27.0 has some updates that broke the build. I fixed most of them and added a .golangci.yml
to ignore the new goerr113
errors which would require more work to resolve, if we want to at all.
https://github.com/goreleaser/godownloader/pull/176/commits/e27f4ce5b6dbbfc015ad35aabbb90c3e620265ab
All fixed.
I saw another deprecation message, this one from hugo, in the travis output that may have to be addressed next but I couldn't find it in the repo:
Page.Hugo is deprecated and will be removed in a future release. Use the global hugo function.
Not sure if the PR failed the build or some other issue. LMK what I should do next.