Skip to content

Commit

Permalink
run go mod tidy before vendored
Browse files Browse the repository at this point in the history
  • Loading branch information
mahakagi committed Jan 8, 2025
1 parent b6847d2 commit 4b9ce44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/lib/go_mod_download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ cd $REPO/$REPO_SUBPATH
CACHE_KEY=$(echo $PROJECT_ROOT | sed 's/\(.*\)\//\1-/' | xargs basename)
build::common::use_go_version $GOLANG_VERSION
build::common::set_go_cache $CACHE_KEY $TAG
build::common::echo_and_run go mod tidy
build::common::echo_and_run go mod vendor

0 comments on commit 4b9ce44

Please sign in to comment.