From b6a4177439ab8f97af3c7a80d551004c16b82610 Mon Sep 17 00:00:00 2001 From: Jakub Sobon Date: Fri, 14 Jan 2022 00:01:10 -0500 Subject: [PATCH] Note about Go version change. --- .travis.yml | 4 ++-- CHANGELOG.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8983916..904ee13 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 68a3816..9699a58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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