Skip to content

Commit 5e773d2

Browse files
committed
update CI to use Go 1.13.3
This is the latest release. Updating is useful to ensure that we have all of the latest fixes and enhancements.
1 parent f419d74 commit 5e773d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ git:
66
depth: false
77
matrix:
88
include:
9-
- go: 1.12.4
9+
- go: 1.13.3
1010
before_script:
1111
- mkdir -p bin
1212
- wget https://github.com/golang/dep/releases/download/v0.5.1/dep-linux-amd64 -O bin/dep

0 commit comments

Comments
 (0)