Bump required go version to 1.14 (#634)
Fixed faulty json because of new behaviour of encoding/json:
> encoding/json
> Number no longer accepts invalid numbers, to follow the documented behavior more closely.
Signed-off-by: Matteo Suppo <matteo.suppo@gmail.com>
Showing
module github.com/arduino/arduino-cli | ||
go 1.13 | ||
go 1.14 | ||
require ( | ||
bou.ke/monkey v1.0.1 | ||
... | ... |
Please register or sign in to comment