Skip to content

Commit

Permalink
Merge pull request #134 from manifoldco/drop-go-111
Browse files Browse the repository at this point in the history
Remove support for go1.11
  • Loading branch information
jbowes authored Jan 11, 2020
2 parents 71ecd23 + c9f581c commit 006975e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ dist: bionic
language: go

go:
- "1.11.x"
- "1.12.x"
- "1.13.x"

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Add support for setting initial cursor position
- Switch to golangci-lint for linting

### Removed

- Removed support for Go 1.11

### Fixed

- Reduce tool-based deps, hopefully fixing any install issues
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/manifoldco/promptui

go 1.11
go 1.12

require (
github.com/chzyer/logex v1.1.10 // indirect
Expand Down

0 comments on commit 006975e

Please sign in to comment.