From af282d3fc500ed2823733d6f4cd1a61429c98ebc Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Sun, 7 Apr 2024 09:50:58 -0400 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- .goreleaser.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 3754131..3bff681 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -18,6 +18,10 @@ builds: - mipsle - mips64 - mips64le + ignore: + # gocode/pkg/mod/github.com/dblohm7/wingoes@v0.0.0-20240119213807-a09d6be7affa/com/stream.go:127:10: maxStreamRWLen (untyped int constant 4294967295) overflows int + - goos: windows + goarch: arm main: ./cmd/arc changelog: