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

Release new version to support Go 1.19 #62

Closed
lcheylus opened this issue Jan 3, 2023 · 2 comments
Closed

Release new version to support Go 1.19 #62

lcheylus opened this issue Jan 3, 2023 · 2 comments

Comments

@lcheylus
Copy link

lcheylus commented Jan 3, 2023

I'm creating an OpenBSD port for doggo with the latest version (0.5.4). I'm using Go 1.19 to build my port (currently supported version on OpenBSD-current / future version 6.3).

But I have an error during my build with Go version 1.19 because github.com/lucas-clemente/quic-go module v0.26.0 (version required for doggo v0.5.4) is not supported with Go 1.19 :

$ go build
(...)
github.com/lucas-clemente/quic-go/internal/qtls
# github.com/lucas-clemente/quic-go/internal/qtls
../../../go/pkg/mod/github.com/lucas-clemente/quic-go@v0.26.0/internal/qtls/go119.go:6:13: cannot use "quic-go doesn't build on Go 1.19 yet." (untyped string constant) as int value in variable declaration

Please could you release a new version (0.5.5 ?) of doggo for the latest requirements supported with Go 1.19 ?

@mr-karan
Copy link
Owner

mr-karan commented Jan 3, 2023

Thanks for creating an OpenBSD port, really appreciated.

Released 0.5.5: https://github.com/mr-karan/doggo/releases/tag/v0.5.5

@lcheylus
Copy link
Author

lcheylus commented Jan 3, 2023

Thanks, my OpenBSD port for doggo v0.5.5 builds correctly with Go v1.19.

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