mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Use string instead of float for go 1.10
This commit is contained in:
parent
a8e1e93c34
commit
cf7faa2241
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ language: go
|
|||
go:
|
||||
- 1.8
|
||||
- 1.9
|
||||
- 1.10
|
||||
- "1.10" # Use string, as 1.10==1.1 if interpreted as float.
|
||||
- master
|
||||
env:
|
||||
global: # AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue