Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: use go1.15 for acceptance test #67047

Merged
merged 1 commit into from
Jun 30, 2021

Conversation

rail
Copy link
Member

@rail rail commented Jun 30, 2021

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 #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

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
@rail rail requested a review from jlinder June 30, 2021 01:06
@rail rail self-assigned this Jun 30, 2021
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@rail rail merged commit 3c397d7 into cockroachdb:release-20.2 Jun 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants