Skip to content

Commit

Permalink
Add go version to go.mod, test with 1.13.1
Browse files Browse the repository at this point in the history
I chose 1.11 for the version in the go.mod file based on the information
in this issue: golang/go#30791
  • Loading branch information
erikdubbelboer committed Sep 28, 2019
1 parent 1d6a7e0 commit e6a8bcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ os:
- osx
go:
- tip
- 1.13
- 1.13.x
- 1.12.x
- 1.11.x
- 1.10.x
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module github.com/valyala/fasthttp

go 1.11

require (
github.com/klauspost/compress v1.8.2
github.com/klauspost/cpuid v1.2.1 // indirect
Expand Down

0 comments on commit e6a8bcf

Please sign in to comment.