Skip to content

Commit

Permalink
Merge pull request #3229 from thaJeztah/remove_md2man
Browse files Browse the repository at this point in the history
scripts: remove unused md2man from dev-tools
  • Loading branch information
joaodrp committed Feb 6, 2021
2 parents 65279ea + 1cee02e commit d7476f6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions script/setup/install-dev-tools
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env bash

GOLANGCI_LINT_VERSION="v1.27.0"
GO_MD2MAN_VERSION="v1.0.10"

#
# Install developer tools to $GOBIN (or $GOPATH/bin if unset)
Expand All @@ -14,4 +13,3 @@ export GO111MODULE=on
# prevent updating go.mod of the project
cd /tmp
go get "github.com/golangci/golangci-lint/cmd/golangci-lint@${GOLANGCI_LINT_VERSION}"
go get "github.com/cpuguy83/go-md2man@${GO_MD2MAN_VERSION}"

0 comments on commit d7476f6

Please sign in to comment.