@@ -235,7 +235,7 @@ REDIS_CACHE_FORCE_PULL=false # Force pull Redis images even when cache
235235# 🪄 MAGE-X CONFIGURATION
236236# ================================================================================================
237237
238- MAGE_X_VERSION=v1.15.7 # https://github.com/mrz1836/mage-x/releases
238+ MAGE_X_VERSION=v1.17.4 # https://github.com/mrz1836/mage-x/releases
239239MAGE_X_USE_LOCAL=false # Use local version for development
240240MAGE_X_CI_SKIP_STEP_SUMMARY=true # Skip duplicate test results in step summary (already in test validation summary)
241241MAGE_X_AUTO_DISCOVER_BUILD_TAGS=true # Enable auto-discovery of build tags
@@ -253,7 +253,7 @@ MAGE_X_NANCY_VERSION=v1.0.52 # https://github.c
253253MAGE_X_STATICCHECK_VERSION=2025.1.1 # https://github.com/dominikh/go-tools/releases
254254MAGE_X_SWAG_VERSION=v1.16.6 # https://github.com/swaggo/swag/releases
255255MAGE_X_YAMLFMT_VERSION=v0.21.0 # https://github.com/google/yamlfmt/releases
256- MAGE_X_BENCHSTAT_VERSION=v0.0.0-20251208221838-04cf7a2dca90 # https://pkg.go.dev/golang.org/x/perf/cmd/benchstat
256+ MAGE_X_BENCHSTAT_VERSION=v0.0.0-20260112171951-5abaabe9f1bd # https://pkg.go.dev/golang.org/x/perf/cmd/benchstat
257257MAGE_X_MAGE_VERSION=v1.15.0 # https://github.com/magefile/mage/releases
258258
259259# Exclude magefiles from prebuild - they require 'mage' build tag and fail without it
@@ -316,7 +316,7 @@ NANCY_VERSION=v1.0.52 # https://github.com/sonatype-nexus-commu
316316# ================================================================================================
317317
318318# Pre-Commit System
319- GO_PRE_COMMIT_VERSION=v1.4.8 # https://github.com/mrz1836/go-pre-commit/releases
319+ GO_PRE_COMMIT_VERSION=v1.5.1 # https://github.com/mrz1836/go-pre-commit/releases
320320GO_PRE_COMMIT_USE_LOCAL=false # Use local version for development
321321
322322# System Settings
0 commit comments