Skip to content

Commit e46c1aa

Browse files
authored
Update to Bazel v8 (#374)
* Upgrade to bazel v8 * Use new path to chrome binary
1 parent 343b3a1 commit e46c1aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.4.1
1+
8.0.0

test/e2e/e2e.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
)
1717

1818
var (
19-
chromePath = testutil.MustRunfile("_main~chrome~chrome_chrome_linux64/chrome-linux64/chrome")
19+
chromePath = testutil.MustRunfile("+chrome+chrome_chrome_linux64/chrome-linux64/chrome")
2020
)
2121

2222
type LogLevel int

0 commit comments

Comments
 (0)