Bump Go version to 1.13

This commit is contained in:
ErickSkrauch 2019-11-08 02:08:10 +03:00
parent 7353047467
commit ae185e1daa
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@ sudo: required
language: go
go:
- 1.12
- 1.13
services:
- docker

View File

@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Mojang's textures queue loop is now has an iteration delay of 2.5 seconds (was 1)
- Bumped Go version to 1.13.
## [4.2.3] - 2019-10-03
### Changed