diff --git a/build_wrap.sh b/build_wrap.sh index 0ca6fa4..c4d849b 100644 --- a/build_wrap.sh +++ b/build_wrap.sh @@ -1,6 +1,6 @@ #!/bin/bash -export TOOL_VERSION=v0.5.0 +export TOOL_VERSION=v0.6.0 go install github.com/qiansheng91/go-instrumentation-tool@${TOOL_VERSION}