Skip to content

Commit 5afc225

Browse files
authored
build: Bump go.mod Go version to 1.14 (#356)
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
1 parent c74469e commit 5afc225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/getsentry/sentry-go
22

3-
go 1.13
3+
go 1.14
44

55
require (
66
github.com/ajg/form v1.5.1 // indirect

0 commit comments

Comments
 (0)