Closed hariso closed 1 month ago
The size of int
in Go depends on the architecture (32-bit vs 64-bit). In this case, the release is failing for a 32-bit, because constant 9223372036854775807 cannot fit into a 32-bit integer. This constant is in a 3rd party library, so it looks like we cannot do much about this, except to remove Linux 32-bit from our builds.
Yeah, let's remove the OS/arch target.
Bug description
Our v0.1.0 failed with the following error:
Link to GitHub action
Steps to reproduce
Run
goreleaser release --snapshot
.Version
v0.1.0