@@ -47,13 +47,12 @@ GOVULNCHECK_GO_VERSION=1.25.x
4747
4848# Go sum file location for dependency verification and caching
4949# Default: go.sum (standard location in repository root)
50- # Custom examples: lib/go.sum, backend/ go.sum, services/api/go.sum
50+ # Use the path to the go.sum file, for multi-module monorepos ignore this and set ENABLE_MULTI_MODULE_TESTING=true
5151GO_SUM_FILE=go.sum
5252
5353# Multi-module monorepo support
5454# When true: runs tests from repo root, magex discovers all Go modules and merges coverage
5555# When false: runs tests from GO_MODULE_DIR (derived from GO_SUM_FILE path)
56- # Default: false (single module behavior for backwards compatibility)
5756ENABLE_MULTI_MODULE_TESTING=false
5857
5958# ================================================================================================
@@ -153,7 +152,7 @@ GO_COVERAGE_PROVIDER=internal
153152CODECOV_TOKEN_REQUIRED=false
154153
155154# Go Coverage Tool Version
156- GO_COVERAGE_VERSION=v1.1.13 # https://github.com/mrz1836/go-coverage/releases
155+ GO_COVERAGE_VERSION=v1.1.14 # https://github.com/mrz1836/go-coverage/releases
157156GO_COVERAGE_USE_LOCAL=false # Use local version for development
158157
159158# Core Coverage Settings
@@ -238,7 +237,7 @@ REDIS_CACHE_FORCE_PULL=false # Force pull Redis images even when cache
238237# 🪄 MAGE-X CONFIGURATION
239238# ================================================================================================
240239
241- MAGE_X_VERSION=v1.8.1 # https://github.com/mrz1836/mage-x/releases
240+ MAGE_X_VERSION=v1.8.5 # https://github.com/mrz1836/mage-x/releases
242241MAGE_X_USE_LOCAL=false # Use local version for development
243242MAGE_X_AUTO_DISCOVER_BUILD_TAGS=true # Enable auto-discovery of build tags
244243MAGE_X_AUTO_DISCOVER_BUILD_TAGS_EXCLUDE=race,custom # Comma-separated list of tags to exclude
0 commit comments