Skip to content

Commit

Permalink
specify install version
Browse files Browse the repository at this point in the history
  • Loading branch information
huhouhua committed Feb 9, 2024
1 parent debf83c commit e7a9959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ test:
golines.verify:
ifeq (,$(shell which golines 2>/dev/null))
@echo "===========> Installing golines"
@$(GO) install github.com/segmentio/golines
@$(GO) install github.com/segmentio/golines@v0.12.2
endif

## format: Format the package with `gofmt`
Expand Down Expand Up @@ -48,7 +48,7 @@ lint: lint.verify
updates.verify:
ifeq (,$(shell which go-mod-outdated 2>/dev/null))
@echo "===========> Installing go-mod-outdated"
@$(GO) install github.com/psampaz/go-mod-outdated
@$(GO) install github.com/psampaz/go-mod-outdated@v0.9.0
endif

## check-updates: Check outdated dependencies of the go projects.
Expand Down

0 comments on commit e7a9959

Please sign in to comment.