Skip to content

Commit

Permalink
hack/update-deps.sh: Remove unneeded go get from script
Browse files Browse the repository at this point in the history
Signed-off-by: Heathcliff <[email protected]>
  • Loading branch information
heathcliff26 committed Feb 2, 2024
1 parent 13533ab commit 4ba02f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hack/update-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ set -e
script_dir="$(dirname "${BASH_SOURCE[0]}" | xargs realpath)/.."

pushd "${script_dir}" >/dev/null
go get -u ./...
go mod tidy
go mod vendor
popd >/dev/null

0 comments on commit 4ba02f6

Please sign in to comment.