Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .codacy/codacy.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module codacy/cli-v2

go 1.22.12
go 1.24.13

require (
github.com/fatih/color v1.18.0
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/init-without-token/expected/codacy.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/runtimes/go/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion plugins/tools/revive/test/src/.codacy/codacy.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
runtimes:
- go@1.22.3
- go@1.24.13
tools:
- revive@1.7.0
Loading