Skip to content

Commit

Permalink
remove .tool-version and remove download from run.sh to leverage only…
Browse files Browse the repository at this point in the history
… go mod tidy

Signed-off-by: Igor Eulalio <[email protected]>
  • Loading branch information
IgorEulalio committed Nov 25, 2024
1 parent 4ee38d9 commit 8e5529a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/dice/instrumented/.tool-versions

This file was deleted.

1 change: 0 additions & 1 deletion examples/dice/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ case "$1" in
echo "Running instrumented example..."
cd instrumented || exit
source tidy.sh
go mod download
source run.sh
;;
uninstrumented)
Expand Down

0 comments on commit 8e5529a

Please sign in to comment.