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 committed Jul 14, 2021
1 parent 0e8f534 commit d10530f
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 d10530f

Please sign in to comment.