Skip to content

Commit b2d17f0

Browse files
aschmahmannBigLep
authored andcommitted
plugins: add go mod tidy due to Go1.16 changes
1 parent 0786320 commit b2d17f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-plugin.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ function build_migration() {
166166
echo "===> Building migration $mig with plugins"
167167
pushd "$mig"
168168
go mod edit -replace "${IPFS_REPO}=${BUILD_GOIPFS}"
169+
go mod tidy
169170
go mod vendor
170171
go build -mod=vendor
171172
# Cleanup temporary modifications

0 commit comments

Comments
 (0)