lint: bump golangci-lint to 1.15.0

Updates #64
This commit is contained in:
Michael McLoughlin
2019-03-04 21:33:39 -08:00
parent 3cfe40e76c
commit e4cc632b47

View File

@@ -9,7 +9,7 @@ go get -u \
go install ./internal/cmd/asmdecl go install ./internal/cmd/asmdecl
# Install golangci-lint # Install golangci-lint
golangci_lint_version='v1.12.3' golangci_lint_version='v1.15.0'
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin ${golangci_lint_version} curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin ${golangci_lint_version}
# embedmd required for documentation generation # embedmd required for documentation generation