Skip to content

Commit 4458546

Browse files
committed
chore(env): update Go version overrides to 1.25.x
1 parent e0fa4de commit 4458546

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.github/env/90-project.env

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,23 @@
1616
#
1717
# ================================================================================================
1818

19+
# ================================================================================================
20+
# 🎯 GO VERSION OVERRIDES
21+
# ================================================================================================
22+
23+
# Primary Go version for builds and primary test runner
24+
GO_PRIMARY_VERSION=1.25.x
25+
26+
# Secondary Go version for compatibility testing
27+
GO_SECONDARY_VERSION=1.25.x
28+
29+
# ================================================================================================
30+
# 🔧 MAGE-X VERSION OVERRIDES
31+
# ================================================================================================
32+
33+
MAGE_X_GO_VERSION=1.25.x
34+
MAGE_X_GO_SECONDARY_VERSION=1.25.x
35+
1936
# ================================================================================================
2037
# 📊 COVERAGE CONFIGURATION
2138
# ================================================================================================

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ This command ensures all dependencies are brought up to date in a single step, i
390390

391391
## 🧪 Examples & Tests
392392

393-
All unit tests and [examples](examples) run via [GitHub Actions](https://github.com/bsv-blockchain/go-overlay-services/actions) and use [Go version 1.24.x](https://go.dev/doc/go1.24). View the [configuration file](.github/workflows/fortress.yml).
393+
All unit tests and [examples](examples) run via [GitHub Actions](https://github.com/bsv-blockchain/go-overlay-services/actions) and use [Go version 1.25.x](https://go.dev/doc/go1.25). View the [configuration file](.github/workflows/fortress.yml).
394394

395395
Run all tests (fast):
396396

0 commit comments

Comments
 (0)