diff --git a/builder/Dockerfile b/builder/Dockerfile index 0aa72c70ad..efc9ff4d00 100644 --- a/builder/Dockerfile +++ b/builder/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.23.2 +FROM golang:1.23.11 ENV GOPATH /gopath/ ENV PATH $GOPATH/bin:$PATH