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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

travis.yml

Lines changed: 1 addition & 1 deletion
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)