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