Skip to content

Commit

Permalink
tools: drop 'go mod vendor' from prepare-source.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
achilleas-k authored and mvo5 committed Aug 14, 2024
1 parent d0cc252 commit d39ef4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/prepare-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ $GO_BINARY download

# Ensure that go.mod and go.sum are up to date.
$GO_BINARY mod tidy
$GO_BINARY mod vendor

# Ensure the code is formatted correctly.
$GO_BINARY fmt ./...
Expand Down

0 comments on commit d39ef4e

Please sign in to comment.