Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"type=bind,source=/var/run/docker.sock,target=/var/run/docker.sock"
],
"name": "go-sanitize dev container",
"postCreateCommand": "magex lint \u0026\u0026 magex vet \u0026\u0026 magex test",
"postCreateCommand": "magex lint && magex vet && magex test",
"remoteUser": "vscode",
"runArgs": [
"--cap-drop=ALL",
Expand Down
2 changes: 1 addition & 1 deletion .github/.env.base
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ NANCY_VERSION=v1.0.51 # https://github.com/sonatype-nexus-commu
# 🪄 MAGE-X CONFIGURATION
# ================================================================================================

MAGE_X_VERSION=v1.6.0 # https://github.com/mrz1836/mage-x/releases
MAGE_X_VERSION=v1.6.1 # https://github.com/mrz1836/mage-x/releases
MAGE_X_AUTO_DISCOVER_BUILD_TAGS=true # Enable auto-discovery of build tags
MAGE_X_AUTO_DISCOVER_BUILD_TAGS_EXCLUDE=race,custom # Comma-separated list of tags to exclude
MAGE_X_FORMAT_EXCLUDE_PATHS=vendor,node_modules,.git,.idea # Format exclusion paths (comma-separated directories to exclude from formatting)
Expand Down