chore: bumps golang version everywhere to the latest 1.25.5 (#25716)

Signed-off-by: Patroklos Papapetrou <ppapapetrou76@gmail.com>
This commit is contained in:
Papapetrou Patroklos
2025-12-18 12:53:28 +02:00
committed by GitHub
parent b5a91a18cd
commit b1a93b4756
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
module github.com/argoproj/gitops-engine
go 1.24.0
go 1.25.5
require (
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/argoproj/argo-cd/v3
go 1.25.0
go 1.25.5
require (
code.gitea.io/sdk/gitea v0.22.1

View File

@@ -1,6 +1,6 @@
module github.com/argoproj/argo-cd/get-previous-release
go 1.23.5
go 1.25.5
require (
github.com/stretchr/testify v1.9.0