Skip to content

Commit

Permalink
build: Bump go.mod Go version to 1.14 (#356)
Browse files Browse the repository at this point in the history
This is complimentary to dropping support for Go 1.13.
We can now declare the minimum Go version to be 1.14.

We still support the last three stable Go releases, which is more than
what the Go project and community normally do (the norm is to support
the last two stable releases).

https://golang.org/doc/modules/gomod-ref
  • Loading branch information
rhcarvalho authored May 21, 2021
1 parent c74469e commit 5afc225
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.14

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

0 comments on commit 5afc225

Please sign in to comment.