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

Merlin not building with go 1.18 #126

Closed
smijolovic opened this issue Apr 12, 2022 · 3 comments
Closed

Merlin not building with go 1.18 #126

smijolovic opened this issue Apr 12, 2022 · 3 comments

Comments

@smijolovic
Copy link

smijolovic commented Apr 12, 2022

go build -ldflags '-X main.build=da8a988e39f656cd0d81c992e03d5cfd7feed562 -buildid=' -o merlinserver main.go
github.com/lucas-clemente/quic-go/internal/qtls
../pkg/mod/github.com/lucas-clemente/quic-go@v0.24.0/internal/qtls/go118.go:6:13: cannot use "quic-go doesn't build on Go 1.18 yet." (untyped string constant) as int value in variable declaration

Looks like there is a dependency mapped to merlin that doesn't support 1.18

@Ne0nd0g
Copy link
Owner

Ne0nd0g commented Apr 12, 2022

Thanks for submitting this @smijolovic . I'll work on getting it updated to support go v1.18. As a work around, please use go v1.17.

@Ne0nd0g
Copy link
Owner

Ne0nd0g commented Apr 13, 2022

Fixed with 0a3cbf8

@Ne0nd0g Ne0nd0g closed this as completed Apr 13, 2022
@smijolovic
Copy link
Author

Compiles clean on 1.18.1. Thanks! Great response.

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