From bb559de9a17c09479ebfe7a2b408aece61cdaedf Mon Sep 17 00:00:00 2001 From: Tariq Ibrahim Date: Tue, 21 Jan 2025 12:28:02 -0800 Subject: [PATCH] bump go versions to 1.23.5 & 1.22.11 Signed-off-by: Tariq Ibrahim --- .github/workflows/image.yaml | 2 ++ versions.mk | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/image.yaml b/.github/workflows/image.yaml index 8a8fcdd2..a7b10d66 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -79,6 +79,7 @@ jobs: - "1.23.2" - "1.23.3" - "1.23.4" + - "1.23.5" - "1.22" - "1.22.1" - "1.22.2" @@ -88,6 +89,7 @@ jobs: - "1.22.8" - "1.22.9" - "1.22.10" + - "1.22.11" - "1.21" - "1.21.4" - "1.21.5" diff --git a/versions.mk b/versions.mk index 3e5b3e57..ac625924 100644 --- a/versions.mk +++ b/versions.mk @@ -11,4 +11,4 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -GOLANG_VERSION ?= 1.23.2 +GOLANG_VERSION ?= 1.23.5