Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit f85ec5c

Browse files
authored
all: enable go 1.13 (#212)
1 parent 2b7d120 commit f85ec5c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ jobs:
4949
os: linux
5050
- go: "1.12.x"
5151
os: linux
52-
- go: "1.12.x"
52+
- go: "1.13.x"
53+
os: linux
54+
- go: "1.13.x"
5355
os: osx
54-
- go: "1.12.x"
56+
- go: "1.13.x"
5557
os: windows

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
module github.com/google/wire
22

3+
go 1.12
4+
35
require (
46
github.com/fatih/color v1.7.0
57
github.com/google/go-cmp v0.2.0

0 commit comments

Comments
 (0)