Drop support for Go versions older than 1.7 (#172)

* Drop support for Go versions older than 1.7
* Update README.md
This commit is contained in:
Mateusz Woś 2020-04-20 00:18:35 +02:00 committed by GitHub
parent feafbe1d95
commit f1c1aead5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -1,7 +1,7 @@
language: go
go:
- 1.2.x
- 1.7.x
- 1.12.x
- 1.13.x
- tip

View file

@ -18,6 +18,10 @@ NOTE: can "only" represent numbers with a maximum of 2^31 digits after the decim
Run `go get github.com/shopspring/decimal`
## Requirements
Decimal library requires Go version `>=1.7`
## Usage
```go