Skip to content

Commit

Permalink
Update update-deps target
Browse files Browse the repository at this point in the history
  • Loading branch information
9seconds committed Mar 21, 2022
1 parent b976e74 commit 981ffb0
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 @@ -96,5 +96,5 @@ install-tools-gofumpt: .bin
@$(GOTOOL) go install mvdan.cc/gofumpt@latest

.PHONY: update-deps
upgrade-deps:
$go get -u && go mod tidy
update-deps:
@go get -u && go mod tidy -go=1.18

0 comments on commit 981ffb0

Please sign in to comment.