Skip to content

Commit

Permalink
all: enable go 1.13 (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
vangent committed Sep 5, 2019
1 parent 2b7d120 commit f85ec5c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -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 changes: 2 additions & 0 deletions go.mod
@@ -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
Expand Down

0 comments on commit f85ec5c

Please sign in to comment.