Fix observability test dockerfile

This commit is contained in:
Stanley Cheung 2025-08-18 21:52:38 +00:00
parent 9ac0ec87ca
commit be84ec90ef
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
# Stage 1: Build the interop test client and server
#
FROM golang:1.23-bullseye as build
FROM golang:1.24-bullseye as build
WORKDIR /grpc-go
COPY . .