mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-10 22:13:39 +00:00
ci: fix make wasmtest
This fixes issue https://github.com/tinygo-org/tinygo/issues/1418. In short, it appears there was a race condition that was only visible on GOARCH=386 but not on GOARCH=amd64. Updating to a more recent chromedp version fixes the issue.
This commit is contained in:
committed by
Ron Evans
parent
f50ad3585d
commit
0ecfe9eade
@@ -4,8 +4,8 @@ go 1.11
|
||||
|
||||
require (
|
||||
github.com/blakesmith/ar v0.0.0-20150311145944-8bd4349a67f2
|
||||
github.com/chromedp/cdproto v0.0.0-20200116234248-4da64dd111ac
|
||||
github.com/chromedp/chromedp v0.5.3
|
||||
github.com/chromedp/cdproto v0.0.0-20200709115526-d1f6fc58448b
|
||||
github.com/chromedp/chromedp v0.5.4-0.20200303084119-2bb39134ab9e
|
||||
github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf
|
||||
github.com/marcinbor85/gohex v0.0.0-20200531091804-343a4b548892
|
||||
go.bug.st/serial v1.0.0
|
||||
|
||||
Reference in New Issue
Block a user