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

Commit 577071b

Browse files
authoredOct 24, 2019
ci: add 1.13 testing (#337)
1 parent 0e690d0 commit 577071b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
 

‎.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: go
33
go:
44
- 1.11.x
55
- 1.12.x
6+
- 1.13.x
67

78
env:
89
- GO111MODULE=on

‎go.mod

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
module github.com/golang/mock
22

33
require golang.org/x/tools v0.0.0-20190425150028-36563e24a262
4+
5+
go 1.11

0 commit comments

Comments
 (0)
This repository has been archived.