From c8e20cd51555b6f116ba498541f2f50be85c760f Mon Sep 17 00:00:00 2001 From: Gunnsteinn Hall Date: Tue, 23 Oct 2018 14:16:18 +0000 Subject: [PATCH] Jenkinsfile update - fix golint --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1c97cf8b..ed7dec8c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,7 @@ node { stage('Prepare') { // Get linter and other build tools. - sh 'go get github.com/golang/lint/golint' + sh 'go get -u golang.org/x/lint/golint' sh 'go get github.com/tebeka/go2xunit' sh 'go get github.com/t-yuki/gocover-cobertura'