Commit 5e773d2d by Patrick Ohly

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.
parent f419d745
...@@ -6,7 +6,7 @@ git: ...@@ -6,7 +6,7 @@ git:
depth: false depth: false
matrix: matrix:
include: include:
- go: 1.12.4 - go: 1.13.3
before_script: before_script:
- mkdir -p bin - mkdir -p bin
- wget https://github.com/golang/dep/releases/download/v0.5.1/dep-linux-amd64 -O bin/dep - wget https://github.com/golang/dep/releases/download/v0.5.1/dep-linux-amd64 -O bin/dep
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment