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: Reset go.mod version to 1.11 #109

Merged
merged 1 commit into from
Dec 5, 2019

Conversation

rhcarvalho
Copy link
Contributor

Currently the go tool use the Go version defined in go.mod to check for
uses of features that did not exist prior to the specified version.

Additionally, when a build fails, that version may end up in the error
message.

To prevent confusion for SDK users, set the version to the oldest Go
release supported by sentry-go.

Fixes #83

Currently the go tool use the Go version defined in go.mod to check for
uses of features that did not exist prior to the specified version.

Additionally, when a build fails, that version may end up in the error
message.

To prevent confusion for SDK users, set the version to the oldest Go
release supported by sentry-go.
@rhcarvalho rhcarvalho merged commit 472b05b into getsentry:master Dec 5, 2019
@rhcarvalho rhcarvalho deleted the gomod-version branch December 5, 2019 15:40
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

Successfully merging this pull request may close these issues.

Set Go version in go.mod to minimum required version
2 participants