Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Updated version substitution regex
Browse files Browse the repository at this point in the history
  • Loading branch information
sindbach committed Jan 7, 2021
1 parent f66ee03 commit 8866b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-started.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ echo "Executing ... "
docker run --rm -e MONGODB_URI=${MONGODB_URI} \
-v "$(pwd)":/workspace \
-w /workspace/go start-go \
"sed -i s/v[x0-9]\.[x0-9]+\.[x0-9]+/v${DRIVER_VERSION}/g /workspace/go/go.mod; \
"sed -i 's/mongo-driver v[x0-9]\+\.[x0-9]\+\.[x0-9]\+/mongo-driver v${DRIVER_VERSION}/g' /workspace/go/go.mod; \
go run getstarted.go"

0 comments on commit 8866b85

Please sign in to comment.