From 725d3f21e1e2398e93e9101e8ab245fd55874765 Mon Sep 17 00:00:00 2001 From: GCP Buildpacks Team Date: Thu, 10 Oct 2024 04:28:28 -0700 Subject: [PATCH] Switch go123 runtime state from `ALPHA` to `DEVELOPMENT`. PiperOrigin-RevId: 684392339 Change-Id: I91792020118c2752645c2154e88af91f3001e8a4 --- builders/go/acceptance/runtime.bzl | 3 --- 1 file changed, 3 deletions(-) diff --git a/builders/go/acceptance/runtime.bzl b/builders/go/acceptance/runtime.bzl index c20089686..a2d580de1 100644 --- a/builders/go/acceptance/runtime.bzl +++ b/builders/go/acceptance/runtime.bzl @@ -14,7 +14,6 @@ gae_runtimes = { "go120": "1.20.14", "go121": "1.21.13", "go122": "1.22.7", - "go123": "1.23.1", } gcf_runtimes = { @@ -26,7 +25,6 @@ gcf_runtimes = { "go120": "1.20.14", "go121": "1.21.13", "go122": "1.22.7", - "go123": "1.23.1", } flex_runtimes = { @@ -35,5 +33,4 @@ flex_runtimes = { "go120": "1.20.14", "go121": "1.21.13", "go122": "1.22.7", - "go123": "1.23.1", }