From 820c9c16af33182de6b3a8489bfb4e66555b13e5 Mon Sep 17 00:00:00 2001 From: umarcor Date: Thu, 10 Oct 2019 01:29:35 +0200 Subject: [PATCH] travis: add go 1.13.x --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 87ffe87ef7..c9d7b1d2ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ stages: go: - 1.12.x + - 1.13.x - tip env: GO111MODULE=on @@ -19,6 +20,6 @@ matrix: - go: tip include: - stage: lint - go: 1.12.x + go: 1.13.x before_install: curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin latest script: golangci-lint run -v