Skip to content

Commit 006975e

Browse files
authored
Merge pull request #134 from manifoldco/drop-go-111
Remove support for go1.11
2 parents 71ecd23 + c9f581c commit 006975e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ dist: bionic
22
language: go
33

44
go:
5-
- "1.11.x"
65
- "1.12.x"
76
- "1.13.x"
87

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1313
- Add support for setting initial cursor position
1414
- Switch to golangci-lint for linting
1515

16+
### Removed
17+
18+
- Removed support for Go 1.11
19+
1620
### Fixed
1721

1822
- Reduce tool-based deps, hopefully fixing any install issues

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/manifoldco/promptui
22

3-
go 1.11
3+
go 1.12
44

55
require (
66
github.com/chzyer/logex v1.1.10 // indirect

0 commit comments

Comments
 (0)