Skip to content

Commit

Permalink
Makefile: fix -compat value passed to go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
valyala committed Sep 19, 2022
1 parent 1aef635 commit fd98ec8
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 @@ -364,7 +364,7 @@ benchmark-pure:
vendor-update:
go get -u -d ./lib/...
go get -u -d ./app/...
go mod tidy -compat=1.19.1
go mod tidy -compat=1.19
go mod vendor

app-local:
Expand Down

0 comments on commit fd98ec8

Please sign in to comment.