-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Update Go version to 1.17 #8815
Conversation
6e209e5
to
fc6e45f
Compare
@@ -1,6 +1,6 @@ | |||
include mk/header.mk | |||
|
|||
$(d)_plugins:=$(d)/git $(d)/dagjose $(d)/badgerds $(d)/flatfs $(d)/levelds $(d)/peerlog | |||
$(d)_plugins:= |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All of the plugins have been removed here due to #8550 (i.e. old xxhash dependencies). Note: they're still part of the binary because we pre-bundle them in.
If we upgrade the version of go-libp2p-quic-transport and prometheus/client_golang we should be able to bring back some of the building here as a test mechanism to make sure they can build.
Note: Badger will not be able to be built as a plugin because it is using xxhash v1
2ecb298
to
de918c7
Compare
3562f45
to
e53de2d
Compare
2022-04-07 conversation:
|
78828e3
to
671a576
Compare
* remove building the pre-bundled plugins as shared objects in makefile * chore: update go version to minimum of 1.17
Note: this has been scoped to just support 1.17.