Skip to content

Commit

Permalink
build: Reset go.mod version to 1.11
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rhcarvalho committed Dec 5, 2019
1 parent 78e3836 commit 472b05b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/getsentry/sentry-go

go 1.13
go 1.11

require (
github.com/ajg/form v1.5.1 // indirect
Expand Down

0 comments on commit 472b05b

Please sign in to comment.