Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The MIPS support has been introduced in #953
But the support has been removed in #1056 because of a wrong assumption about the support by goreleaser of the
mips
key.I assume that the wrong assumption was based on the support by godownloader of this key.
But godownloader is currently not compatible with the latest releases of goreleaser:
godownloader is in a kind of frozen state: https://github.com/goreleaser/godownloader
Related to my previous explanations, the target of the Makefile that are related to godownloader failed:
So I remove godownloader targets.
Fixes #1687
You can check the output of the goreleaser snapshot:
If you are curious, currently, we don't use the package
tools
to create the release because we are using the dedicated goreleaser GitHub Action.golangci-lint/.github/workflows/tag.yml
Line 22 in 6038573