From e8e5112fbe9d7dfbaa530cefc928d1406990c01e Mon Sep 17 00:00:00 2001 From: coffeegoddd Date: Wed, 27 Mar 2024 14:07:35 -0700 Subject: [PATCH] /integration-tests: fix go version --- integration-tests/DataDumpLoadDockerfile | 2 +- integration-tests/MySQLDockerfile | 2 +- integration-tests/ORMDockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/integration-tests/DataDumpLoadDockerfile b/integration-tests/DataDumpLoadDockerfile index cf8fea93ee..051cdc5ea1 100644 --- a/integration-tests/DataDumpLoadDockerfile +++ b/integration-tests/DataDumpLoadDockerfile @@ -19,7 +19,7 @@ RUN apt update -y && \ # install go WORKDIR /root -ENV GO_VERSION=1.22 +ENV GO_VERSION=1.22.1 ENV GOPATH=$HOME/go ENV PATH=$PATH:$GOPATH/bin ENV PATH=$PATH:$GOPATH/bin:/usr/local/go/bin diff --git a/integration-tests/MySQLDockerfile b/integration-tests/MySQLDockerfile index 0dbb4b0efe..ffab658fc0 100644 --- a/integration-tests/MySQLDockerfile +++ b/integration-tests/MySQLDockerfile @@ -59,7 +59,7 @@ RUN apt update -y && \ # install go WORKDIR /root -ENV GO_VERSION=1.22 +ENV GO_VERSION=1.22.1 ENV GOPATH=$HOME/go ENV PATH=$PATH:$GOPATH/bin ENV PATH=$PATH:$GOPATH/bin:/usr/local/go/bin diff --git a/integration-tests/ORMDockerfile b/integration-tests/ORMDockerfile index d30dfd6eca..ba0851db30 100644 --- a/integration-tests/ORMDockerfile +++ b/integration-tests/ORMDockerfile @@ -25,7 +25,7 @@ RUN apt update -y && \ # install go WORKDIR /root -ENV GO_VERSION=1.22 +ENV GO_VERSION=1.22.1 ENV GOPATH=$HOME/go ENV PATH=$PATH:$GOPATH/bin ENV PATH=$PATH:$GOPATH/bin:/usr/local/go/bin