Skip to content

Commit

Permalink
update CI to use Go 1.13.3
Browse files Browse the repository at this point in the history
This is the latest release. Updating is useful to ensure that we have
all of the latest fixes and enhancements.
  • Loading branch information
pohly committed Oct 31, 2019
1 parent f419d74 commit 5e773d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis.yml
Expand Up @@ -6,7 +6,7 @@ git:
depth: false
matrix:
include:
- go: 1.12.4
- go: 1.13.3
before_script:
- mkdir -p bin
- wget https://github.com/golang/dep/releases/download/v0.5.1/dep-linux-amd64 -O bin/dep
Expand Down

0 comments on commit 5e773d2

Please sign in to comment.