Skip to content

Commit 878dae0

Browse files
authored
sync: update .github/.env.base from source repository (#45)
1 parent ce8952d commit 878dae0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/.env.base

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -232,14 +232,14 @@ REDIS_CACHE_FORCE_PULL=false # Force pull Redis images even when cache
232232
# 🪄 MAGE-X CONFIGURATION
233233
# ================================================================================================
234234

235-
MAGE_X_VERSION=v1.7.9 # https://github.com/mrz1836/mage-x/releases
235+
MAGE_X_VERSION=v1.7.10 # https://github.com/mrz1836/mage-x/releases
236236
MAGE_X_USE_LOCAL=false # Use local version for development
237237
MAGE_X_AUTO_DISCOVER_BUILD_TAGS=true # Enable auto-discovery of build tags
238238
MAGE_X_AUTO_DISCOVER_BUILD_TAGS_EXCLUDE=race,custom # Comma-separated list of tags to exclude
239239
MAGE_X_FORMAT_EXCLUDE_PATHS=vendor,node_modules,.git,.idea # Format exclusion paths (comma-separated directories to exclude from formatting)
240240
MAGE_X_GITLEAKS_VERSION=8.28.0 # https://github.com/gitleaks/gitleaks/releases
241-
MAGE_X_GOFUMPT_VERSION=v0.9.1 # https://github.com/mvdan/gofumpt/releases
242-
MAGE_X_GOLANGCI_LINT_VERSION=v2.6.0 # https://github.com/golangci/golangci-lint/releases
241+
MAGE_X_GOFUMPT_VERSION=v0.9.2 # https://github.com/mvdan/gofumpt/releases
242+
MAGE_X_GOLANGCI_LINT_VERSION=v2.6.1 # https://github.com/golangci/golangci-lint/releases
243243
MAGE_X_GORELEASER_VERSION=v2.12.7 # https://github.com/goreleaser/goreleaser/releases
244244
MAGE_X_GOVULNCHECK_VERSION=v1.1.4 # https://pkg.go.dev/golang.org/x/vuln
245245
MAGE_X_GO_SECONDARY_VERSION=1.24.x # Secondary Go version for MAGE-X (also our secondary)
@@ -248,7 +248,7 @@ MAGE_X_MOCKGEN_VERSION=v0.6.0 # https://github.c
248248
MAGE_X_NANCY_VERSION=v1.0.52 # https://github.com/sonatype-nexus-community/nancy/releases
249249
MAGE_X_STATICCHECK_VERSION=2025.1.1 # https://github.com/dominikh/go-tools/releases
250250
MAGE_X_SWAG_VERSION=v1.16.6 # https://github.com/swaggo/swag/releases
251-
MAGE_X_YAMLFMT_VERSION=v0.17.2 # https://github.com/google/yamlfmt/releases
251+
MAGE_X_YAMLFMT_VERSION=v0.20.0 # https://github.com/google/yamlfmt/releases
252252

253253
# Runtime variables (set by setup-goreleaser action):
254254
# MAGE_X_GORELEASER_PATH - Path to installed goreleaser binary
@@ -319,8 +319,8 @@ GO_PRE_COMMIT_MAX_FILES_OPEN=100
319319
GO_PRE_COMMIT_ALL_FILES=true
320320

321321
# Tool Versions
322-
GO_PRE_COMMIT_GOLANGCI_LINT_VERSION=v2.6.0 # https://github.com/golangci/golangci-lint
323-
GO_PRE_COMMIT_FUMPT_VERSION=v0.9.1 # https://github.com/mvdan/gofumpt
322+
GO_PRE_COMMIT_GOLANGCI_LINT_VERSION=v2.6.1 # hhttps://github.com/golangci/golangci-lint/releases
323+
GO_PRE_COMMIT_FUMPT_VERSION=v0.9.2 # https://github.com/mvdan/gofumpt/releases
324324
GO_PRE_COMMIT_GOIMPORTS_VERSION=latest # https://github.com/golang/tools
325325

326326
# Build tags for golangci-lint and other tools

0 commit comments

Comments
 (0)