Skip to content

Commit 46c7386

Browse files
committed
chore: use latest conformance
1 parent 6c5f522 commit 46c7386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/cloudbuild/dockerfiles/fedora-latest-bazel.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ ENV GO_LOCATION=/usr/local/go
6262
ENV PATH=${GO_LOCATION}/bin:${PATH}
6363
RUN go version
6464
WORKDIR /var/tmp/downloads/cloud-bigtable-clients-test
65-
RUN curl -fsSL https://github.com/googleapis/cloud-bigtable-clients-test/archive/v0.0.2.tar.gz | \
65+
RUN curl -fsSL https://github.com/googleapis/cloud-bigtable-clients-test/archive/v0.0.4.tar.gz | \
6666
tar -xzf - --strip-components=1

0 commit comments

Comments
 (0)