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

Build broken for latest versions of go #157

Open
eriknelson opened this issue Jan 30, 2022 · 0 comments
Open

Build broken for latest versions of go #157

eriknelson opened this issue Jan 30, 2022 · 0 comments

Comments

@eriknelson
Copy link

Getting the following error from the build:

# go build ./         
# internal/itoa
compile: version "go1.17" does not match go tool version "go1.17.6"
# internal/goexperiment
compile: version "go1.17" does not match go tool version "go1.17.6"
# internal/unsafeheader
compile: version "go1.17" does not match go tool version "go1.17.6"
# runtime/internal/sys
compile: version "go1.17" does not match go tool version "go1.17.6"
# math/bits
compile: version "go1.17" does not match go tool version "go1.17.6"
# unicode/utf8
compile: version "go1.17" does not match go tool version "go1.17.6"
# internal/race
compile: version "go1.17" does not match go tool version "go1.17.6"
# internal/cpu
compile: version "go1.17" does not match go tool version "go1.17.6"
# unicode
compile: version "go1.17" does not match go tool version "go1.17.6"
# internal/abi
compile: version "go1.17" does not match go tool version "go1.17.6"
# sync/atomic
compile: version "go1.17" does not match go tool version "go1.17.6"
# runtime/internal/atomic
compile: version "go1.17" does not match go tool version "go1.17.6"
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

1 participant