Skip to content

Commit c5055ff

Browse files
authored
chore(env): bump MAGE-X and Nancy versions to latest (#29)
Update MAGE_X_VERSION to v1.7.1 and MAGE_X_NANCY_VERSION to v1.0.52 to incorporate recent improvements and fixes from upstream releases. This ensures the build environment uses the latest stable tools and dependencies for better reliability and functionality.
1 parent ed3ae45 commit c5055ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/.env.base

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ REDIS_CACHE_FORCE_PULL=false # Force pull Redis images even when cache
225225
# 🪄 MAGE-X CONFIGURATION
226226
# ================================================================================================
227227

228-
MAGE_X_VERSION=v1.7.0 # https://github.com/mrz1836/mage-x/releases
228+
MAGE_X_VERSION=v1.7.1 # https://github.com/mrz1836/mage-x/releases
229229
MAGE_X_AUTO_DISCOVER_BUILD_TAGS=true # Enable auto-discovery of build tags
230230
MAGE_X_AUTO_DISCOVER_BUILD_TAGS_EXCLUDE=race,custom # Comma-separated list of tags to exclude
231231
MAGE_X_FORMAT_EXCLUDE_PATHS=vendor,node_modules,.git,.idea # Format exclusion paths (comma-separated directories to exclude from formatting)
@@ -237,7 +237,7 @@ MAGE_X_GOVULNCHECK_VERSION=v1.1.4 # https://pkg.go.d
237237
MAGE_X_GO_SECONDARY_VERSION=1.24.x # Secondary Go version for MAGE-X (also our secondary)
238238
MAGE_X_GO_VERSION=1.24.x # Primary Go version for MAGE-X (also our primary)
239239
MAGE_X_MOCKGEN_VERSION=v0.6.0 # https://github.com/uber-go/mock/releases
240-
MAGE_X_NANCY_VERSION=v1.0.51 # https://github.com/sonatype-nexus-community/nancy/releases
240+
MAGE_X_NANCY_VERSION=v1.0.52 # https://github.com/sonatype-nexus-community/nancy/releases
241241
MAGE_X_STATICCHECK_VERSION=2025.1.1 # https://github.com/dominikh/go-tools/releases
242242
MAGE_X_SWAG_VERSION=v1.16.6 # https://github.com/swaggo/swag/releases
243243
MAGE_X_YAMLFMT_VERSION=v0.17.2 # https://github.com/google/yamlfmt/releases

0 commit comments

Comments
 (0)