Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
ci: add 1.13 testing (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyoss committed Oct 24, 2019
1 parent 0e690d0 commit 577071b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: go
go:
- 1.11.x
- 1.12.x
- 1.13.x

env:
- GO111MODULE=on
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
module github.com/golang/mock

require golang.org/x/tools v0.0.0-20190425150028-36563e24a262

go 1.11

0 comments on commit 577071b

Please sign in to comment.