Update golang and dependencies

This commit is contained in:
nicolaasuni
2018-10-14 11:49:49 +01:00
parent e3aaeae79b
commit 114d62d5e9
2 changed files with 3 additions and 4 deletions

View File

@@ -18,8 +18,7 @@ addons:
- libxmlsec1-dev - libxmlsec1-dev
go: go:
- 1.6 - '1.11.1'
- 1.7
- tip - tip
matrix: matrix:

View File

@@ -148,13 +148,13 @@ qa: fmtcheck test vet lint coverage cyclo ineffassign misspell astscan
deps: deps:
GOPATH=$(GOPATH) go get $(go list ./... | grep -v /vendor/) GOPATH=$(GOPATH) go get $(go list ./... | grep -v /vendor/)
GOPATH=$(GOPATH) go get github.com/inconshreveable/mousetrap 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/jstemmer/go-junit-report
GOPATH=$(GOPATH) go get github.com/axw/gocov/gocov GOPATH=$(GOPATH) go get github.com/axw/gocov/gocov
GOPATH=$(GOPATH) go get github.com/fzipp/gocyclo GOPATH=$(GOPATH) go get github.com/fzipp/gocyclo
GOPATH=$(GOPATH) go get github.com/gordonklaus/ineffassign GOPATH=$(GOPATH) go get github.com/gordonklaus/ineffassign
GOPATH=$(GOPATH) go get github.com/client9/misspell/cmd/misspell 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 GOPATH=$(GOPATH) go get gopkg.in/check.v1
# Remove any build artifact # Remove any build artifact