You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bigtable/conformance_test.sh
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -50,11 +50,11 @@ trap cleanup EXIT
50
50
51
51
# Run the conformance tests
52
52
cd$conformanceTestsHome
53
-
# Tests in https://github.com/googleapis/cloud-bigtable-clients-test/tree/main/tests can only be run on go1.22.7
54
-
go install golang.org/dl/go1.22.7@latest
55
-
go1.22.7 download
53
+
# Tests in https://github.com/googleapis/cloud-bigtable-clients-test/tree/main/tests can only be run on go1.23.0
54
+
go install golang.org/dl/go1.23.0@latest
55
+
go1.23.0 download
56
56
# known_failures.txt contains tests for the unimplemented features
57
-
eval"go1.22.7 test -v -proxy_addr=:$testProxyPort -skip `tr -d '\n'<$testProxyHome/known_failures.txt` | tee -a $sponge_log"
57
+
eval"go1.23.0 test -v -proxy_addr=:$testProxyPort -skip `tr -d '\n'<$testProxyHome/known_failures.txt` | tee -a $sponge_log"
0 commit comments