Skip to content

Commit

Permalink
Drop support for Go versions older than 1.7 (#172)
Browse files Browse the repository at this point in the history
* Drop support for Go versions older than 1.7
* Update README.md
  • Loading branch information
mwoss authored Apr 19, 2020
1 parent feafbe1 commit f1c1aea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go

go:
- 1.2.x
- 1.7.x
- 1.12.x
- 1.13.x
- tip
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f1c1aea

Please sign in to comment.