Skip to content

Commit df3d43f

Browse files
committed
chore(env): update Go version to 1.25.x in project configuration
Updated the Go version settings in the environment file and README to reflect the new primary and secondary Go version.
1 parent b73d8d9 commit df3d43f

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

.github/env/90-project.env

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@
1010
#
1111
# ================================================================================================
1212

13+
# ================================================================================================
14+
# 🎯 GO VERSION CONFIGURATION
15+
# ================================================================================================
16+
17+
GO_PRIMARY_VERSION=1.25.x
18+
GO_SECONDARY_VERSION=1.25.x
19+
MAGE_X_GO_SECONDARY_VERSION=1.25.x
20+
MAGE_X_GO_VERSION=1.25.x
21+
1322
# ================================================================================================
1423
# 📊 COVERAGE CONFIGURATION
1524
# ================================================================================================
@@ -22,6 +31,3 @@ CODECOV_TOKEN_REQUIRED=true
2231

2332
# Coverage Exclusions (matches codecov.yml ignore paths)
2433
GO_COVERAGE_EXCLUDE_PATHS=.github/,.mage-cache/,.vscode/,bin/,example/,examples/,mocks/,testing/,test/,vendor/,testdata/,plans/,docs/
25-
26-
# Skip URL Checks in Coverage Reports
27-
GO_COVERAGE_SKIP_URL_CHECKS=true

README.md

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

216216
## 🧪 Examples & Tests
217217

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

220220
Run all tests (fast):
221221

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/bsv-blockchain/go-lockfree-queue
22

3-
go 1.24
3+
go 1.25
44

55
require github.com/stretchr/testify v1.11.1
66

0 commit comments

Comments
 (0)