From 0f7f36039c64716621730f4b4b9b1f4ec8cb66a8 Mon Sep 17 00:00:00 2001 From: manufacturist <15235526+manufacturist@users.noreply.github.com> Date: Wed, 25 Mar 2026 09:57:24 +0200 Subject: [PATCH 1/2] feat: bump go to fix CVE-2025-68121 CF-2302 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 283a6fe..7792233 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module codacy/cli-v2 -go 1.22.12 +go 1.24.13 require ( github.com/fatih/color v1.18.0 From 3dda76761831d19bb5b92e1fd26aaf088776ecee Mon Sep 17 00:00:00 2001 From: manufacturist <15235526+manufacturist@users.noreply.github.com> Date: Wed, 25 Mar 2026 11:58:37 +0200 Subject: [PATCH 2/2] feat: bump go everywhere CF-2302 --- .codacy/codacy.yaml | 2 +- integration-tests/init-without-token/expected/codacy.yaml | 2 +- plugins/runtimes/go/plugin.yaml | 2 +- plugins/tools/revive/test/src/.codacy/codacy.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.codacy/codacy.yaml b/.codacy/codacy.yaml index df70534..34b0fb7 100644 --- a/.codacy/codacy.yaml +++ b/.codacy/codacy.yaml @@ -1,5 +1,5 @@ runtimes: - - go@1.22.3 + - go@1.24.13 - java@17.0.10 - node@22.2.0 - python@3.11.11 diff --git a/integration-tests/init-without-token/expected/codacy.yaml b/integration-tests/init-without-token/expected/codacy.yaml index 1e0c9e1..9831529 100644 --- a/integration-tests/init-without-token/expected/codacy.yaml +++ b/integration-tests/init-without-token/expected/codacy.yaml @@ -1,6 +1,6 @@ runtimes: - dart@3.7.2 - - go@1.22.3 + - go@1.24.13 - java@17.0.10 - node@22.2.0 - python@3.11.11 diff --git a/plugins/runtimes/go/plugin.yaml b/plugins/runtimes/go/plugin.yaml index 614e31b..b982f2a 100644 --- a/plugins/runtimes/go/plugin.yaml +++ b/plugins/runtimes/go/plugin.yaml @@ -2,7 +2,7 @@ name: go # Go Programming Language Runtime # Provides the Go compiler and tools for building and running Go programs. description: Go is an open source programming language that makes it easy to build simple, reliable, and efficient software. -default_version: 1.22.3 +default_version: 1.24.13 download: url_template: "https://go.dev/dl/go{{.Version}}.{{.OS}}-{{.Arch}}.tar.gz" file_name_template: "go{{.Version}}.{{.OS}}-{{.Arch}}.tar.gz" diff --git a/plugins/tools/revive/test/src/.codacy/codacy.yaml b/plugins/tools/revive/test/src/.codacy/codacy.yaml index a85084b..1f08cba 100644 --- a/plugins/tools/revive/test/src/.codacy/codacy.yaml +++ b/plugins/tools/revive/test/src/.codacy/codacy.yaml @@ -1,4 +1,4 @@ runtimes: - - go@1.22.3 + - go@1.24.13 tools: - revive@1.7.0