Note about Go version change.

This commit is contained in:
Jakub Sobon 2022-01-14 00:01:10 -05:00
parent 11e38fd7d4
commit b6a4177439
No known key found for this signature in database
GPG Key ID: F2451A77FB05D3B7
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
language: go
go:
- 1.14.x
- 1.15.x
- 1.16.x
- 1.17.x
- stable
before_install:
- go get github.com/mattn/goveralls

View File

@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bump github.com/gdamore/tcell from 2.2.0 to 2.4.0.
- Bump github.com/mattn/go-runewidth from 0.0.12 to 0.0.13.
- Change the Go versions the CI builds with up to 1.17.
## [0.16.0] - 03-Apr-2021