From ee51b57a48640192cb13fcf8a9d8462d4ea60099 Mon Sep 17 00:00:00 2001 From: Alper Rifat Ulucinar Date: Tue, 25 Aug 2026 13:44:13 +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 3b548d5..a9904fc 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 dd1d4b6..69e91f8 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/upbound/function-claude -go 1.25.12 +go 1.25.13 require ( github.com/alecthomas/kong v0.9.0