Skip to content

Commit 15d7aef

Browse files
authored
Support go1.13 (google#1279)
Closes google#1273.
1 parent 52c4f87 commit 15d7aef

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ language: go
22

33
go:
44
- "1.x"
5-
- "1.11.x"
5+
- "1.12.x"
6+
- "1.13.x"
67
- master
78

89
matrix:

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ require (
99
golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6 // indirect
1010
google.golang.org/appengine v1.1.0
1111
)
12+
13+
go 1.13

0 commit comments

Comments
 (0)