@@ -241,15 +241,15 @@ REDIS_CACHE_FORCE_PULL=false # Force pull Redis images even when cache
241241# 🪄 MAGE-X CONFIGURATION
242242# ================================================================================================
243243
244- MAGE_X_VERSION=v1.8.7 # https://github.com/mrz1836/mage-x/releases
244+ MAGE_X_VERSION=v1.8.9 # https://github.com/mrz1836/mage-x/releases
245245MAGE_X_USE_LOCAL=false # Use local version for development
246246MAGE_X_AUTO_DISCOVER_BUILD_TAGS=true # Enable auto-discovery of build tags
247247MAGE_X_AUTO_DISCOVER_BUILD_TAGS_EXCLUDE=race,custom # Comma-separated list of tags to exclude
248248MAGE_X_FORMAT_EXCLUDE_PATHS=vendor,node_modules,.git,.idea # Format exclusion paths (comma-separated directories to exclude from formatting)
249249MAGE_X_GITLEAKS_VERSION=8.30.0 # https://github.com/gitleaks/gitleaks/releases
250250MAGE_X_GOFUMPT_VERSION=v0.9.2 # https://github.com/mvdan/gofumpt/releases
251251MAGE_X_GOLANGCI_LINT_VERSION=v2.6.2 # https://github.com/golangci/golangci-lint/releases
252- MAGE_X_GORELEASER_VERSION=v2.12.7 # https://github.com/goreleaser/goreleaser/releases
252+ MAGE_X_GORELEASER_VERSION=v2.13.0 # https://github.com/goreleaser/goreleaser/releases
253253MAGE_X_GOVULNCHECK_VERSION=v1.1.4 # https://go.googlesource.com/vuln/+refs
254254MAGE_X_GO_SECONDARY_VERSION=1.24.x # Secondary Go version for MAGE-X (also our secondary)
255255MAGE_X_GO_VERSION=1.24.x # Primary Go version for MAGE-X (also our primary)
@@ -281,7 +281,7 @@ MAGE_X_YAMLFMT_VERSION=v0.20.0 # https://github.c
281281# MAGE_X_DOWNLOAD_TIMEOUT=5000
282282# MAGE_X_DOWNLOAD_USER_AGENT=MAGE-X-Agent
283283# MAGE_X_PARALLEL=3
284- # MAGE_X_TEST_EXCLUDE_MODULES=magefiles # Comma-separated module names to exclude from tests/coverage (default: magefiles)
284+ # MAGE_X_TEST_EXCLUDE_MODULES=module1,module2
285285# MAGE_X_TEST_RACE=false
286286# MAGE_X_VERBOSE=true
287287
0 commit comments