From 03c5a03c73c5eaad289f8ec18dd27d2809397041 Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Mon, 6 Apr 2020 16:37:22 +0300 Subject: [PATCH] Bump Go version to 1.14 --- .travis.yml | 2 +- CHANGELOG.md | 1 + README.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f8a97e7..bea2f08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: go go: - - "1.13" + - "1.14" stages: - test diff --git a/CHANGELOG.md b/CHANGELOG.md index 419d9a3..23b709a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 For example, default value is now `2s500ms`. - **BREAKING**: Event `ely.skinsystem.{hostname}.app.mojang_textures.already_in_queue` has been renamed into `ely.skinsystem.{hostname}.app.mojang_textures.already_scheduled`. +- Bumped Go version to 1.14. ### Removed - **BREAKING**: `ely.skinsystem.{hostname}.app.mojang_textures.invalid_username` counter has been removed. diff --git a/README.md b/README.md index 1669d35..061a471 100644 --- a/README.md +++ b/README.md @@ -344,7 +344,7 @@ If your Redis instance isn't located at the `localhost`, you can change host by After all of that `go run main.go serve` should successfully start the application. To run tests execute `go test ./...`. -[ico-lang]: https://img.shields.io/badge/lang-go%201.13-blue.svg?style=flat-square +[ico-lang]: https://img.shields.io/badge/lang-go%201.14-blue.svg?style=flat-square [ico-build]: https://img.shields.io/travis/elyby/chrly.svg?style=flat-square [ico-coverage]: https://img.shields.io/codecov/c/github/elyby/chrly.svg?style=flat-square [ico-changelog]: https://img.shields.io/badge/keep%20a-changelog-orange.svg?style=flat-square