Skip to content

Commit 6351f2f

Browse files
feat: bump go to fix CVE-2025-68121 CF-2302 (#198)
* feat: bump go to fix CVE-2025-68121 CF-2302 * feat: bump go everywhere CF-2302
1 parent 5d0b1ca commit 6351f2f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.codacy/codacy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
runtimes:
2-
- go@1.22.3
2+
- go@1.24.13
33
- java@17.0.10
44
- node@22.2.0
55
- python@3.11.11

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module codacy/cli-v2
22

3-
go 1.22.12
3+
go 1.24.13
44

55
require (
66
github.com/fatih/color v1.18.0

integration-tests/init-without-token/expected/codacy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
runtimes:
22
- dart@3.7.2
3-
- go@1.22.3
3+
- go@1.24.13
44
- java@17.0.10
55
- node@22.2.0
66
- python@3.11.11

plugins/runtimes/go/plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: go
22
# Go Programming Language Runtime
33
# Provides the Go compiler and tools for building and running Go programs.
44
description: Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
5-
default_version: 1.22.3
5+
default_version: 1.24.13
66
download:
77
url_template: "https://go.dev/dl/go{{.Version}}.{{.OS}}-{{.Arch}}.tar.gz"
88
file_name_template: "go{{.Version}}.{{.OS}}-{{.Arch}}.tar.gz"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
runtimes:
2-
- go@1.22.3
2+
- go@1.24.13
33
tools:
44
- revive@1.7.0

0 commit comments

Comments
 (0)