Skip to content

Commit 7e032a1

Browse files
committed
chore(env): remove secondary Go version override
1 parent a910cdb commit 7e032a1

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/env/90-project.env

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@
1515
#
1616
# ================================================================================================
1717

18-
# ================================================================================================
19-
# 🎯 GO VERSION OVERRIDES
20-
# ================================================================================================
21-
22-
# Secondary Go version for compatibility testing
23-
GO_SECONDARY_VERSION=1.23.x
24-
2518
# ================================================================================================
2619
# 📊 COVERAGE OVERRIDES
2720
# ================================================================================================

README.md

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

239239
## 🧪 Examples & Tests
240240
All unit tests and [examples](examples) run via [GitHub Actions](https://github.com/BitcoinSchema/go-bitcoin/actions) and
241-
uses [Go version 1.23.x](https://golang.org/doc/go1.23). View the [configuration file](.github/workflows/fortress.yml) for more details.
241+
uses [Go version 1.24.x](https://golang.org/doc/go1.24). View the [configuration file](.github/workflows/fortress.yml) for more details.
242242

243243
Run all tests (fast):
244244

0 commit comments

Comments
 (0)