mirror of
https://github.com/elyby/chrly.git
synced 2024-11-30 02:32:19 +05:30
Bump Go version to 1.14
This commit is contained in:
parent
262babbeaa
commit
03c5a03c73
@ -1,6 +1,6 @@
|
|||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- "1.13"
|
- "1.14"
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
|
@ -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`.
|
For example, default value is now `2s500ms`.
|
||||||
- **BREAKING**: Event `ely.skinsystem.{hostname}.app.mojang_textures.already_in_queue` has been renamed into
|
- **BREAKING**: Event `ely.skinsystem.{hostname}.app.mojang_textures.already_in_queue` has been renamed into
|
||||||
`ely.skinsystem.{hostname}.app.mojang_textures.already_scheduled`.
|
`ely.skinsystem.{hostname}.app.mojang_textures.already_scheduled`.
|
||||||
|
- Bumped Go version to 1.14.
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
- **BREAKING**: `ely.skinsystem.{hostname}.app.mojang_textures.invalid_username` counter has been removed.
|
- **BREAKING**: `ely.skinsystem.{hostname}.app.mojang_textures.invalid_username` counter has been removed.
|
||||||
|
@ -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.
|
After all of that `go run main.go serve` should successfully start the application.
|
||||||
To run tests execute `go test ./...`.
|
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-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-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
|
[ico-changelog]: https://img.shields.io/badge/keep%20a-changelog-orange.svg?style=flat-square
|
||||||
|
Loading…
Reference in New Issue
Block a user