Skip to content

Commit fe795bf

Browse files
geroplona-agent
andauthored
Fix leeway remote cache access in Ona environments (#21272)
Tasks using leeway (initGo, installLocalAppCli, buildJava) now depend on configurePreview to ensure GCP authentication is complete before they run. Without this, leeway cannot access the remote cache bucket and falls back to rebuilding all packages locally. Co-authored-by: Ona <no-reply@ona.com>
1 parent dff432a commit fe795bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ RUN curl -sSL "https://awscli.amazonaws.com/awscli-exe-linux-$(arch).zip" -o aws
193193
./aws/install --bin-dir /usr/local/bin --install-dir /usr/local/aws-cli --update && \
194194
rm -rf awscliv2.zip ./aws
195195

196-
ENV GO_VERSION=1.24.4
196+
ENV GO_VERSION=1.24.9
197197
ENV GOPATH=/root/go-packages
198198
ENV GOROOT=/root/go
199199
ENV PATH=$GOROOT/bin:$GOPATH/bin:$PATH

0 commit comments

Comments
 (0)