diff --git a/.builds/linux.yml b/.builds/linux.yml index e5502d4a..6dc9edae 100644 --- a/.builds/linux.yml +++ b/.builds/linux.yml @@ -19,8 +19,13 @@ sources: - https://git.sr.ht/~eliasnaur/gio environment: GOFLAGS: -mod=readonly - PATH: /usr/bin + PATH: /home/build/bin:/usr/bin tasks: + - install_gotip: | + go get golang.org/dl/gotip + /home/build/go/bin/gotip download + mkdir /home/build/bin + ln -s /home/build/go/bin/gotip /home/build/bin/go - install_chrome: | curl -s https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add - sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' diff --git a/cmd/gogio/e2e_test.go b/cmd/gogio/e2e_test.go index 88df7b8a..fe853ac0 100644 --- a/cmd/gogio/e2e_test.go +++ b/cmd/gogio/e2e_test.go @@ -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 }{