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.
This commit is contained in:
Patrick Ohly
2019-10-31 08:43:31 +01:00
parent f419d74545
commit 5e773d2db0

View File

@@ -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