Skip to content

Commit

Permalink
Merge pull request wagoodman#289 from abitrolly/patch-1
Browse files Browse the repository at this point in the history
Require golang 1.10+ (closes wagoodman#278)
  • Loading branch information
wagoodman authored May 13, 2020
2 parents c6bb237 + f5b5a42 commit 8fe31e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ or download the latest Darwin build from the [releases page](https://github.com/
Download the [latest release](https://github.com/wagoodman/dive/releases/download/v0.9.2/dive_0.9.2_windows_amd64.zip).

**Go tools**
Requires Go version 1.9 or higher.
Requires Go version 1.10 or higher.

```bash
go get github.com/wagoodman/dive
Expand Down
2 changes: 1 addition & 1 deletion runtime/ui/view/layer.go
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ func (v *Layer) Render() error {
width, _ := g.Size()
if v.constrainedRealEstate {
headerStr := format.RenderNoHeader(width, isSelected)
headerStr += fmt.Sprintf("\nLayer")
headerStr += "\nLayer"
_, err := fmt.Fprintln(v.header, headerStr)
if err != nil {
return err
Expand Down

0 comments on commit 8fe31e8

Please sign in to comment.