all: enable go 1.13 (#212)

This commit is contained in:
Robert van Gent
2019-09-05 11:50:57 -07:00
committed by GitHub
parent 2b7d1205a1
commit f85ec5c4a6
2 changed files with 6 additions and 2 deletions

View File

@@ -49,7 +49,9 @@ jobs:
os: linux
- go: "1.12.x"
os: linux
- go: "1.12.x"
- go: "1.13.x"
os: linux
- go: "1.13.x"
os: osx
- go: "1.12.x"
- go: "1.13.x"
os: windows

2
go.mod
View File

@@ -1,5 +1,7 @@
module github.com/google/wire
go 1.12
require (
github.com/fatih/color v1.7.0
github.com/google/go-cmp v0.2.0