From 73498316c71f7973135b78347cd2d9d9502b03b8 Mon Sep 17 00:00:00 2001 From: Eric Chiang Date: Sun, 14 Oct 2018 17:42:51 -0700 Subject: [PATCH] .travis.yml: fix golint import --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ea5017c7..8624193d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ env: - DEX_POSTGRES_DATABASE=postgres DEX_POSTGRES_USER=postgres DEX_POSTGRES_HOST="localhost" DEX_ETCD_ENDPOINTS=http://localhost:2379 DEX_LDAP_TESTS=1 DEBIAN_FRONTEND=noninteractive install: - - go get -u github.com/golang/lint/golint + - go get -u golang.org/x/lint/golint - sudo -E apt-get install -y --force-yes slapd time ldap-utils - sudo /etc/init.d/slapd stop - docker run -d --net=host gcr.io/etcd-development/etcd:v3.2.9