diff --git a/.codacy/codacy.yaml b/.codacy/codacy.yaml index df705345..34b0fb76 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/go.mod b/go.mod index 283a6fe5..7792233a 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 diff --git a/integration-tests/init-without-token/expected/codacy.yaml b/integration-tests/init-without-token/expected/codacy.yaml index 1e0c9e1b..98315297 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 614e31be..b982f2a4 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 a85084b3..1f08cba1 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