@@ -244,14 +244,14 @@ REDIS_CACHE_FORCE_PULL=false # Force pull Redis images even when cache
244244# 🪄 MAGE-X CONFIGURATION
245245# ================================================================================================
246246
247- MAGE_X_VERSION=v1.8.9 # https://github.com/mrz1836/mage-x/releases
247+ MAGE_X_VERSION=v1.8.11 # https://github.com/mrz1836/mage-x/releases
248248MAGE_X_USE_LOCAL=false # Use local version for development
249249MAGE_X_AUTO_DISCOVER_BUILD_TAGS=true # Enable auto-discovery of build tags
250250MAGE_X_AUTO_DISCOVER_BUILD_TAGS_EXCLUDE=race,custom # Comma-separated list of tags to exclude
251251MAGE_X_FORMAT_EXCLUDE_PATHS=vendor,node_modules,.git,.idea # Format exclusion paths (comma-separated directories to exclude from formatting)
252252MAGE_X_GITLEAKS_VERSION=8.30.0 # https://github.com/gitleaks/gitleaks/releases
253253MAGE_X_GOFUMPT_VERSION=v0.9.2 # https://github.com/mvdan/gofumpt/releases
254- MAGE_X_GOLANGCI_LINT_VERSION=v2.6.2 # https://github.com/golangci/golangci-lint/releases
254+ MAGE_X_GOLANGCI_LINT_VERSION=v2.7.1 # https://github.com/golangci/golangci-lint/releases
255255MAGE_X_GORELEASER_VERSION=v2.13.0 # https://github.com/goreleaser/goreleaser/releases
256256MAGE_X_GOVULNCHECK_VERSION=v1.1.4 # https://go.googlesource.com/vuln/+refs
257257MAGE_X_GO_SECONDARY_VERSION=1.24.x # Secondary Go version for MAGE-X (also our secondary)
@@ -336,7 +336,7 @@ GO_PRE_COMMIT_DEBUG=false # Enable verbose debug output for tool
336336GO_PRE_COMMIT_ALL_FILES=true
337337
338338# Tool Versions
339- GO_PRE_COMMIT_GOLANGCI_LINT_VERSION=v2.6.2 # https://github.com/golangci/golangci-lint/releases
339+ GO_PRE_COMMIT_GOLANGCI_LINT_VERSION=v2.7.1 # https://github.com/golangci/golangci-lint/releases
340340GO_PRE_COMMIT_FUMPT_VERSION=v0.9.2 # https://github.com/mvdan/gofumpt/releases
341341GO_PRE_COMMIT_GOIMPORTS_VERSION=latest # https://github.com/golang/tools
342342GO_PRE_COMMIT_GITLEAKS_VERSION=v8.30.0 # https://github.com/gitleaks/gitleaks/releases
0 commit comments