Closed iyanmv closed 3 months ago
Hey @iyanmv thank you for your effort maintaining the AUR package, it's funny because couple of days ago I was reading comments under it regarding the placement of files. Let me know if I can help with something.
I suspect that you're building with go version 1.23, which has introduced additional fields "Quoted" and "Partitioned" into the http.Cookie structure. Diff: 1.22 vs 1.23.
I'll bump the build environment for v2 to go 1.23, update the tests and release 2.5.11, then it should work.
v2.5.11 is building. I also added the CI step to build with the parameters that you use for AUR builds, just in case.
Cool, thanks!
Describe the bug Hey! I maintain the slackdump AUR package for Arch Linux (thanks for providing this app btw 😉), and I was going to bump the version to the latest (2.5.9 -> 2.5.10) but I noticed that one of the tests fails now.
This is what I get when I run
go test ./...
:I seems that the two versions differ in the
"Quoted":false
and the"Partitioned":false
.To Reproduce Steps to reproduce the behavior:
go build -o build ./cmd/...
(if it matters, I use thisGOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external -mod=readonly -modcacherw"
)go test ./...
Expected behavior All tests pass.
Output Already included above
Desktop (please complete the following information):