Skip to content

Commit

Permalink
build: don't require latest go for local builds
Browse files Browse the repository at this point in the history
In cockroachdb#67594 we switched to go 1.16.5, but it's not available via brew yet.
Because we tend to use the brew version to build locally, it would be
better to downgrade the requirements.

Release note: None
  • Loading branch information
rail authored and pawalt committed Jul 19, 2021
1 parent cef09a8 commit 97562d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/go-version-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

required_version_major=1
minimum_version_minor=16
minimum_version_16_patch=6
minimum_version_16_patch=5

go=${1-go}

Expand Down

0 comments on commit 97562d6

Please sign in to comment.