From ddcc1fb3aa6bcbecf26f537323dd71889873b48f Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sat, 2 Mar 2019 14:39:03 +0100 Subject: Go 1.12 dropped "go tool vet", use "go vet" instead Also add Go 1.12 to Travis. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index fcf09ca..6d5eca9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ go: - 1.9.x - 1.10.x - 1.11.x + - 1.12.x - stable before_install: -- cgit v1.2.3