.builds: use Go 1.14 for the basic tests

WebAssembly builds require Go 1.14 since the breaking change in Go,
golang.org/cl/203600.

gofmt -w -s . as well.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-11-06 18:23:04 +01:00
parent b0c29b5489
commit e683b19b29
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ func TestEndToEnd(t *testing.T) {
t.Parallel()
// Keep this list local, to not reuse TestDriver objects.
subtests := []struct{
subtests := []struct {
name string
driver TestDriver
}{