diff --git a/.changeset/shaggy-cities-scream.md b/.changeset/shaggy-cities-scream.md new file mode 100644 index 00000000..114d67d0 --- /dev/null +++ b/.changeset/shaggy-cities-scream.md @@ -0,0 +1,5 @@ +--- +"chainlink-deployments-framework": minor +--- + +Upgrade to go 1.25.4 diff --git a/.tool-versions b/.tool-versions index 7a90d2bf..a90c4d11 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,4 +1,4 @@ -golang 1.24.5 +golang 1.25.4 golangci-lint 2.5.0 mockery 3.3.4 nodejs 20.16.0 diff --git a/engine/cld/scaffold/templates/go.mod.tmpl b/engine/cld/scaffold/templates/go.mod.tmpl index e5e69cd4..17f5c5a6 100644 --- a/engine/cld/scaffold/templates/go.mod.tmpl +++ b/engine/cld/scaffold/templates/go.mod.tmpl @@ -1,6 +1,6 @@ module github.com/smartcontractkit/{{.repo}}/domains/{{.package}} -go 1.24.5 +go 1.25.4 replace ( github.com/fbsobreira/gotron-sdk => github.com/smartcontractkit/chainlink-tron/relayer/gotron-sdk v0.0.5-0.20250422175525-b7575d96bd4d diff --git a/go.mod b/go.mod index de1ec28f..91d81c81 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/smartcontractkit/chainlink-deployments-framework -go 1.24.5 +go 1.25.4 replace github.com/fbsobreira/gotron-sdk => github.com/smartcontractkit/chainlink-tron/relayer/gotron-sdk v0.0.4