Skip to content

Commit 66c13fc

Browse files
authored
chore: bump go version to 1.25.5 in scaffold templates (#682)
This updates the scaffold template to use the go version that matches the version of go that is defined in the root `go.mod` file.
1 parent c83e6ba commit 66c13fc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/itchy-lights-make.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/smartcontractkit/{{.repo}}/domains/{{.package}}
22

3-
go 1.24.5
3+
go 1.25.5
44

55
replace (
66
github.com/fbsobreira/gotron-sdk => github.com/smartcontractkit/chainlink-tron/relayer/gotron-sdk v0.0.5-0.20250422175525-b7575d96bd4d

0 commit comments

Comments
 (0)