Skip to content

Commit 3dda767

Browse files
committed
feat: bump go everywhere CF-2302
1 parent 0f7f360 commit 3dda767

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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

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)