Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fails with Go 1.23 #437

Closed
stefanb opened this issue Jun 30, 2024 · 2 comments
Closed

Build fails with Go 1.23 #437

stefanb opened this issue Jun 30, 2024 · 2 comments

Comments

@stefanb
Copy link

stefanb commented Jun 30, 2024

See:

stefanb added a commit to stefanb/homebrew-core that referenced this issue Jul 31, 2024
use "go" again when tickstep/aliyunpan#437 is resolved and released
@tickstep
Copy link
Owner

fix it in the latest version

@stefanb
Copy link
Author

stefanb commented Aug 17, 2024

Build of v0.3.3 with Go 1.23 1.22 now fails, please see

# github.com/tickstep/library-go/cachepool
/home/linuxbrew/.cache/Homebrew/go_mod_cache/pkg/mod/github.com/tickstep/library- go@v0.1.2/cachepool/cachepool.go:52:11: undefined: RawMallocByteSlice
/home/linuxbrew/.cache/Homebrew/go_mod_cache/pkg/mod/github.com/tickstep/library-go@v0.1.2/cachepool/idcachepool.go:49:11: undefined: RawMallocByteSlice
/home/linuxbrew/.cache/Homebrew/go_mod_cache/pkg/mod/github.com/tickstep/library-go@v0.1.2/cachepool/syncpool.go:15:11: undefined: RawMallocByteSlice

...but works with Go 1.23.

thanks for your feedback. its an conditional compilation error, now has been fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants