squakez opened a new issue, #3677: URL: https://github.com/apache/camel-k/issues/3677
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 ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
