Skip to content

Commit 59b99fe

Browse files
committed
sync: update .github/.env.base from source repository
1 parent 37a229e commit 59b99fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/.env.base

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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
245245
MAGE_X_USE_LOCAL=false # Use local version for development
246246
MAGE_X_AUTO_DISCOVER_BUILD_TAGS=true # Enable auto-discovery of build tags
247247
MAGE_X_AUTO_DISCOVER_BUILD_TAGS_EXCLUDE=race,custom # Comma-separated list of tags to exclude
248248
MAGE_X_FORMAT_EXCLUDE_PATHS=vendor,node_modules,.git,.idea # Format exclusion paths (comma-separated directories to exclude from formatting)
249249
MAGE_X_GITLEAKS_VERSION=8.30.0 # https://github.com/gitleaks/gitleaks/releases
250250
MAGE_X_GOFUMPT_VERSION=v0.9.2 # https://github.com/mvdan/gofumpt/releases
251251
MAGE_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
253253
MAGE_X_GOVULNCHECK_VERSION=v1.1.4 # https://go.googlesource.com/vuln/+refs
254254
MAGE_X_GO_SECONDARY_VERSION=1.24.x # Secondary Go version for MAGE-X (also our secondary)
255255
MAGE_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

Comments
 (0)