diff --git a/containers/pre_built_workers/go/Dockerfile b/containers/pre_built_workers/go/Dockerfile index 0a3b3081..6441bd36 100644 --- a/containers/pre_built_workers/go/Dockerfile +++ b/containers/pre_built_workers/go/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.20 +FROM golang:1.22 RUN mkdir -p /executable WORKDIR /executable diff --git a/containers/runtime/go/Dockerfile b/containers/runtime/go/Dockerfile index e4b19349..4145b0a6 100644 --- a/containers/runtime/go/Dockerfile +++ b/containers/runtime/go/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.20 +FROM golang:1.22 RUN mkdir -p /src/workspace WORKDIR /src/workspace