From 114d62d5e9e5d83ef4eb6b22ff2b91f001a02fbc Mon Sep 17 00:00:00 2001 From: nicolaasuni Date: Sun, 14 Oct 2018 11:49:49 +0100 Subject: [PATCH] Update golang and dependencies --- .travis.yml | 3 +-- Makefile | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index fa7d80e..a651931 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,8 +18,7 @@ addons: - libxmlsec1-dev go: - - 1.6 - - 1.7 + - '1.11.1' - tip matrix: diff --git a/Makefile b/Makefile index 862202a..9059ea5 100644 --- a/Makefile +++ b/Makefile @@ -148,13 +148,13 @@ qa: fmtcheck test vet lint coverage cyclo ineffassign misspell astscan deps: GOPATH=$(GOPATH) go get $(go list ./... | grep -v /vendor/) GOPATH=$(GOPATH) go get github.com/inconshreveable/mousetrap - GOPATH=$(GOPATH) go get github.com/golang/lint/golint + GOPATH=$(GOPATH) go get golang.org/x/lint/golint GOPATH=$(GOPATH) go get github.com/jstemmer/go-junit-report GOPATH=$(GOPATH) go get github.com/axw/gocov/gocov GOPATH=$(GOPATH) go get github.com/fzipp/gocyclo GOPATH=$(GOPATH) go get github.com/gordonklaus/ineffassign GOPATH=$(GOPATH) go get github.com/client9/misspell/cmd/misspell - GOPATH=$(GOPATH) go get github.com/HewlettPackard/gas + GOPATH=$(GOPATH) go get github.com/securego/gosec/cmd/gosec/... GOPATH=$(GOPATH) go get gopkg.in/check.v1 # Remove any build artifact