Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: use go1.15 for acceptance test
Previously, to run the acceptance test we compiled the test binary using the go version from the builder docker image, which depends on the branch. TeamCity agents have only one version installed and with the go 1.16 upgrade it caused some issues. See cockroachdb#66977 for the details. This patch uses absolute path to the go binary to run the acceptance test in case it is installed on the agent. Release note: None
- Loading branch information