Skip to content

build: require patch level 10+ for go1.12 #42474

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

Merged
merged 1 commit into from
Nov 14, 2019

Conversation

knz
Copy link
Contributor

@knz knz commented Nov 14, 2019

Fixes #42229

Versions of Go before 1.12.10 were more lenient in the URL format they
were accepting. This was changed in 1.12.10 and CockroachDB tests were
updated accordingly, but these tests will now fail when ran with older
1.12 versions.

This patch enhances the version check to require a specific patch
release.

Release note (build change): Go version 1.12.10+ is now required to
build CockroachDB successfully.

Versions of Go before 1.12.10 were more lenient in the URL format they
were accepting. This was changed in 1.12.10 and CockroachDB tests were
updated accordingly, but these tests will now fail when ran with older
1.12 versions.

This patch enhances the version check to require a specific patch
release.

Release note (build change): Go version 1.12.10+ is now required to
build CockroachDB successfully.
@knz knz requested review from bobvawter and petermattis November 14, 2019 10:06
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@knz knz requested a review from tbg November 14, 2019 10:09
@knz
Copy link
Contributor Author

knz commented Nov 14, 2019

tfyr

bors r+

craig bot pushed a commit that referenced this pull request Nov 14, 2019
42474: build: require patch level 10+ for go1.12 r=knz a=knz

Fixes #42229

Versions of Go before 1.12.10 were more lenient in the URL format they
were accepting. This was changed in 1.12.10 and CockroachDB tests were
updated accordingly, but these tests will now fail when ran with older
1.12 versions.

This patch enhances the version check to require a specific patch
release.

Release note (build change): Go version 1.12.10+ is now required to
build CockroachDB successfully.

Co-authored-by: Raphael 'kena' Poss <[email protected]>
@craig
Copy link
Contributor

craig bot commented Nov 14, 2019

Build succeeded

@craig craig bot merged commit f8e01e1 into cockroachdb:master Nov 14, 2019
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.

cli: TestClientURLFlagEquivalence fails on some machines
3 participants