mirror of https://github.com/mum4k/termdash.git
Note about Go version change.
This commit is contained in:
parent
11e38fd7d4
commit
b6a4177439
|
@ -1,7 +1,7 @@
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.14.x
|
- 1.16.x
|
||||||
- 1.15.x
|
- 1.17.x
|
||||||
- stable
|
- stable
|
||||||
before_install:
|
before_install:
|
||||||
- go get github.com/mattn/goveralls
|
- go get github.com/mattn/goveralls
|
||||||
|
|
|
@ -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/gdamore/tcell from 2.2.0 to 2.4.0.
|
||||||
- Bump github.com/mattn/go-runewidth from 0.0.12 to 0.0.13.
|
- 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
|
## [0.16.0] - 03-Apr-2021
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue