-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/go: go version stopped getting added to go.mod #31960
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
Labels
FrozenDueToAge
modules
NeedsFix
The path to resolution is known, but the work has not been done.
release-blocker
Milestone
Comments
That was an intentional change in behavior for #30790. We now add the |
Per discussion with Russ, we should go with the alternative described in #30790 (comment): we should always write the |
Change https://golang.org/cl/176925 mentions this issue: |
mark-rushakoff
added a commit
to influxdata/influxdb
that referenced
this issue
May 28, 2019
As of golang/go#31960, go1.13 (or tip) will always add the go directive to go.mod. Add it now as go 1.12 so that we don't have churn later as people start using 1.13, before we're ready to officially switch to building influxdb with 1.13.
mark-rushakoff
added a commit
to influxdata/influxdb
that referenced
this issue
May 28, 2019
As of golang/go#31960, go1.13 (or tip) will always add the go directive to go.mod. Add it now as go 1.12 so that we don't have churn later as people start using 1.13, before we're ready to officially switch to building influxdb with 1.13.
mark-rushakoff
added a commit
to influxdata/influxdb
that referenced
this issue
May 29, 2019
As of golang/go#31960, go1.13 (or tip) will always add the go directive to go.mod. Add it now as go 1.12 so that we don't have churn later as people start using 1.13, before we're ready to officially switch to building influxdb with 1.13.
mark-rushakoff
added a commit
to influxdata/influxdb
that referenced
this issue
May 29, 2019
As of golang/go#31960, go1.13 (or tip) will always add the go directive to go.mod. Add it now as go 1.12 so that we don't have churn later as people start using 1.13, before we're ready to officially switch to building influxdb with 1.13.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
FrozenDueToAge
modules
NeedsFix
The path to resolution is known, but the work has not been done.
release-blocker
I ran some go build commands just now in a new module and there is not a go version in my go.mod. There should be.
/cc @bcmills @jayconrod
The text was updated successfully, but these errors were encountered: