We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25e1219 commit 952c42fCopy full SHA for 952c42f
scripts/go-release-automation.sh
@@ -146,6 +146,7 @@ test_examples() {
146
cd "$ROOT_DIR/releases/go/$RELEASE_DIR_NAME/examples" || { echo "Error: examples directory not found"; exit 1; }
147
run_go_tools
148
go run main.go
149
+ cd "$ROOT_DIR/releases/go/$RELEASE_DIR_NAME/" || { echo "Error: releases directory not found"; exit 1; }
150
}
151
152
run_go_tools() {
0 commit comments