mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-03 16:35:36 +00:00
.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:
@@ -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
|
||||
}{
|
||||
|
||||
Reference in New Issue
Block a user