upgrade Go version 1.20

This commit is contained in:
sugarme 2023-10-11 12:32:20 +11:00
parent 52d0bc412b
commit f2c1321cb0

View File

@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
# [0.8.0]
- Upgrade libtorch v2.0.0
- Upgrade Go version 1.20
- Switched to use hybrid of Go garbage collection and manually memory management
- Fixed #100 #102
- Fixed incorrect indexing at `dutil/Dataset.Next()`