We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c83e6ba commit 66c13fcCopy full SHA for 66c13fc
.changeset/itchy-lights-make.md
@@ -0,0 +1,5 @@
1
+---
2
+"chainlink-deployments-framework": minor
3
4
+
5
+Bumps the go version to 1.25.5 in the scaffolded `go.mod`
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.5
replace (
6
github.com/fbsobreira/gotron-sdk => github.com/smartcontractkit/chainlink-tron/relayer/gotron-sdk v0.0.5-0.20250422175525-b7575d96bd4d
0 commit comments