Skip to content

Commit

Permalink
make tidy command follow 1.17 specs
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed Oct 13, 2022
1 parent 277abd6 commit 4a54fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ clean:
deps:
$(GOCMD) mod download
$(GOCMD) mod verify
$(GOCMD) mod tidy
$(GOCMD) mod tidy -compat=1.17

headers:
$(GOCMD) get -u github.com/google/addlicense
Expand Down

0 comments on commit 4a54fbf

Please sign in to comment.