Skip to content

Commit 7bbf2ab

Browse files
committed
chore(env): update Go version configuration to 1.25.x
1 parent 480ca60 commit 7bbf2ab

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

.github/env/90-project.env

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@
1111
#
1212
# ================================================================================================
1313

14+
# ================================================================================================
15+
# 🎯 GO VERSION CONFIGURATION
16+
# ================================================================================================
17+
18+
GO_PRIMARY_VERSION=1.25.x
19+
GO_SECONDARY_VERSION=1.25.x
20+
MAGE_X_GO_SECONDARY_VERSION=1.25.x
21+
MAGE_X_GO_VERSION=1.25.x
22+
1423
# ================================================================================================
1524
# 📊 COVERAGE PROVIDER CONFIGURATION
1625
# ================================================================================================

README.md

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

192192
## 🧪 Examples & Tests
193193

194-
All unit tests and fuzz tests run via [GitHub Actions](https://github.com/mrz1836/go-pre-commit/actions) and use [Go version 1.18.x](https://go.dev/doc/go1.18). View the [configuration file](.github/workflows/fortress.yml).
194+
All unit tests and fuzz tests run via [GitHub Actions](https://github.com/mrz1836/go-pre-commit/actions) and use [Go version 1.25.x](https://go.dev/doc/go1.25). View the [configuration file](.github/workflows/fortress.yml).
195195

196196
Run all tests (fast):
197197

0 commit comments

Comments
 (0)