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

Cannot build the project, likely gotestfmt #3677

Closed
squakez opened this issue Sep 27, 2022 · 2 comments
Closed

Cannot build the project, likely gotestfmt #3677

squakez opened this issue Sep 27, 2022 · 2 comments
Labels
kind/bug Something isn't working

Comments

@squakez
Copy link
Contributor

squakez commented Sep 27, 2022

I ma having the following error:

make
go install github.com/haveyoudebuggedit/gotestfmt/v2/cmd/gotestfmt@latest
# internal/unsafeheader
compile: version "go1.17" does not match go tool version "go1.18.1"
# internal/goexperiment
compile: version "go1.17" does not match go tool version "go1.18.1"
# math/bits
compile: version "go1.17" does not match go tool version "go1.18.1"
# internal/itoa
compile: version "go1.17" does not match go tool version "go1.18.1"
# internal/race
compile: version "go1.17" does not match go tool version "go1.18.1"
# runtime/internal/sys
compile: version "go1.17" does not match go tool version "go1.18.1"
# unicode/utf8
compile: version "go1.17" does not match go tool version "go1.18.1"
# unicode/utf16
compile: version "go1.17" does not match go tool version "go1.18.1"
# unicode
compile: version "go1.17" does not match go tool version "go1.18.1"
# encoding
compile: version "go1.17" does not match go tool version "go1.18.1"
# internal/abi
compile: version "go1.17" does not match go tool version "go1.18.1"
# sync/atomic
compile: version "go1.17" does not match go tool version "go1.18.1"
# internal/cpu
compile: version "go1.17" does not match go tool version "go1.18.1"
# runtime/internal/atomic
compile: version "go1.17" does not match go tool version "go1.18.1"
make: *** [Makefile:223: gotestfmt-install] Error 2

It seems the gotestfmt requires golang version 1.18. Can you have a look @tadayosi ?

@squakez squakez added the kind/bug Something isn't working label Sep 27, 2022
@squakez
Copy link
Contributor Author

squakez commented Sep 27, 2022

Maybe the problem is in my hand... I do have 1.18 installed. I'll try to move back to 1.17 and inform here.

@squakez
Copy link
Contributor Author

squakez commented Sep 27, 2022

Confirmed to work with 1.17, sorry for the noise.

@squakez squakez closed this as not planned Won't fix, can't repro, duplicate, stale Sep 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant