Added revision to 'go install' commands

This commit is contained in:
David Allen 2024-09-12 11:09:28 -06:00
parent 5e0687139e
commit 45056e3736
No known key found for this signature in database
GPG key ID: 717C593FF60A2ACC
2 changed files with 3 additions and 3 deletions

View file

@ -53,7 +53,7 @@ inst: ## go install tools
go install github.com/client9/misspell/cmd/misspell@v0.3.4
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.52.2
go install github.com/goreleaser/goreleaser@v1.18.2
go install github.com/cpuguy83/go-md2man/v2
go install github.com/cpuguy83/go-md2man/v2@latest
.PHONY: goreleaser
release: ## goreleaser build
@ -106,7 +106,7 @@ emulator:
man:
$(call print-target)
go-md2man -in README.md -out magellan.1
$(GOPATH)/bin/go-md2man -in README.md -out magellan.1
define print-target
@printf "Executing target: \033[36m$@\033[0m\n"