travis: exclude go 1.13 for arch arm64

This commit is contained in:
Nicola Murino
2020-05-03 22:46:39 +02:00
parent 7056997e49
commit e9534be1e6
2 changed files with 7 additions and 0 deletions

View File

@@ -1969,6 +1969,7 @@ func getMultipartFormData(values url.Values, fileFieldName, filePath string) (by
if err != nil {
return b, "", err
}
defer f.Close()
if _, err = io.Copy(fw, f); err != nil {
return b, "", err
}