stretchr / objx

Go package for dealing with maps, slices, JSON and other data.
MIT License
691 stars 75 forks source link

Add go 1.10 tests && Bump task version #67

Closed hanzei closed 6 years ago

hanzei commented 6 years ago

Building a Go Project - Travis CI

Note that, in order to choose Go 1.10, you must use go: "1.10" (a string), not go: 1.10 (a float). Using a float results in the use of Go 1.1.