From 783c3047475a7dff0329363b237b5e1f38ee2171 Mon Sep 17 00:00:00 2001 From: Alper Rifat Ulucinar Date: Tue, 25 Aug 2026 13:44:20 +0000 Subject: [PATCH] fix(security): remediate CVE vulnerabilities - Update Go version to 1.25.13 (fixes GO-2026-5026, GO-2026-5972, GO-2026-6088, GO-2026-6089, GO-2026-6090, GO-2026-6218, GO-2026-6091) - Update CI workflow Go version to 1.25.13 Signed-off-by: Alper Rifat Ulucinar --- .github/workflows/ci.yml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc05a40..3dd0812 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ on: env: # Common versions - GO_VERSION: '1.25.12' + GO_VERSION: '1.25.13' GOLANGCI_VERSION: 'v2.11.4' DOCKER_BUILDX_VERSION: 'v0.24.0' diff --git a/go.mod b/go.mod index 40017c8..83958db 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/upbound/function-openai -go 1.25.12 +go 1.25.13 require ( github.com/alecthomas/kong v1.4.0