Skip to content

Commit f366d08

Browse files
authored
chore(bigtable): Update Go version used to run conformance tests (#11622)
1 parent 3dda8f7 commit f366d08

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bigtable/conformance_test.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ trap cleanup EXIT
5050

5151
# Run the conformance tests
5252
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
5656
# 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"
5858
RETURN_CODE=$?
5959

6060
echo "exiting with ${RETURN_CODE}"

0 commit comments

Comments
 (0)