-
Notifications
You must be signed in to change notification settings - Fork 21
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
go 1.16 compatibitity #9
Labels
bug
Something isn't working
Comments
Merged
Thanks for notifying us of this! I've added some xk6 compatibility tests in the xk6 repo with grafana/k6#1885, so when we fix this, we should add checks for Go 1.16 there and bump the used versions when new Go versions are released. |
Good TDD way ! The workarround I wrote works fine, so it's not blocking. |
imiric
pushed a commit
that referenced
this issue
Mar 8, 2021
…uirements This is a port of the xcaddy fix: caddyserver/xcaddy#47 Closes #9
imiric
pushed a commit
that referenced
this issue
Mar 8, 2021
…uirements This is a port of the xcaddy fix: caddyserver/xcaddy#47 Closes #9
Seems the general solution is |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TLDR
using go 1.16 :
workarround (Working fine)
Artificially add the k6 repo as golang 1.16 does not implicitly adds it to go mod.
details
I may have done something wrong but compiling my extension does not seam to work using golang 1.16
with go 1.16
with go 1.15 all fine
The text was updated successfully, but these errors were encountered: