You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find that golang.org/x/sys v0.10.0 require go version is 1.17, but gomod just requires 1.12. My go version is 1.16, so I failed to build the project.
Introduction
I find that
golang.org/x/sys v0.10.0
require go version is 1.17, but gomod just requires 1.12. My go version is 1.16, so I failed to build the project.netlink/go.mod
Lines 1 to 8 in 65a253d
Question
If we can downgrade the version of
golang.org/x/sys
or change the go version from1.12
to1.17
?The text was updated successfully, but these errors were encountered: