Skip to content

Commit

Permalink
doc: ensure all min Go versions refer to 1.16
Browse files Browse the repository at this point in the history
Also fix brew install command to be cue-lang instead of cue (another
remnant of our migration).

Signed-off-by: Paul Jolly <[email protected]>
Change-Id: Id71e15492ea57adcfeced71b19bec062fc719ffc
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/528777
  • Loading branch information
myitcv committed Dec 5, 2021
1 parent 547e5cc commit 79303b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
[![Go Reference](https://pkg.go.dev/badge/cuelang.org/go.svg)](https://pkg.go.dev/cuelang.org/go)
[![Github](https://github.com/cue-lang/cue/workflows/Test/badge.svg)](https://github.com/cue-lang/cue/actions)
[![GolangCI](https://golangci.com/badges/github.com/cue-lang/cue.svg)](https://golangci.com/r/github.com/cue-lang/cue)
[![Go 1.14+](https://img.shields.io/badge/go-1.14-9cf.svg)](https://golang.org/dl/)
[![Go 1.16+](https://img.shields.io/badge/go-1.16.11cf.svg)](https://golang.org/dl/)
[![platforms](https://img.shields.io/badge/platforms-linux|windows|macos-inactive.svg)]()


Expand Down Expand Up @@ -101,7 +101,9 @@ Some aspects of this are:

Using [Homebrew](https://brew.sh), you can install using the CUE Homebrew tap:

`brew install cuelang/tap/cue`
```
brew install cue-lang/tap/cue
```

#### Install from Source

Expand Down
2 changes: 1 addition & 1 deletion doc/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Currently CUE can only be installed from source.

### Prerequisites

Go 1.14 or higher (see below)
Go 1.16 or higher (see below)

### Installing CUE

Expand Down

0 comments on commit 79303b6

Please sign in to comment.