Skip to content

Commit b217eed

Browse files
authored
sync: update 2 files from source repository (#184)
1 parent 0bac3ae commit b217eed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"type=bind,source=/var/run/docker.sock,target=/var/run/docker.sock"
3030
],
3131
"name": "go-sanitize dev container",
32-
"postCreateCommand": "magex lint \u0026\u0026 magex vet \u0026\u0026 magex test",
32+
"postCreateCommand": "magex lint && magex vet && magex test",
3333
"remoteUser": "vscode",
3434
"runArgs": [
3535
"--cap-drop=ALL",

.github/.env.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ NANCY_VERSION=v1.0.51 # https://github.com/sonatype-nexus-commu
224224
# 🪄 MAGE-X CONFIGURATION
225225
# ================================================================================================
226226

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

0 commit comments

Comments
 (0)