From ca80be7537c4055e6d9c90b9a4b6ae1599816900 Mon Sep 17 00:00:00 2001 From: Jose B Date: Tue, 17 Feb 2026 13:33:34 -0500 Subject: [PATCH] fix: correct typo in smoke test and use binary install mode for golangci-lint --- .gitea/workflows/main.yml | 2 +- scripts/smoke_test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index 5041ebd..4a6ad73 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -45,7 +45,7 @@ jobs: - name: Lint uses: golangci/golangci-lint-action@v6 with: - install-mode: goinstall + install-mode: binary version: v2.1.6 test-linux: diff --git a/scripts/smoke_test.sh b/scripts/smoke_test.sh index 811fa07..943581b 100755 --- a/scripts/smoke_test.sh +++ b/scripts/smoke_test.sh @@ -121,7 +121,7 @@ run_test "read file in workspace" "pass" "$GREYWALL_BIN" -c "cat $WORKSPACE/test # Test: Write outside workspace blocked # Create a settings file that only allows write to current workspace -SETTINGS_FILE="$WORKSPAC./greywall.json" +SETTINGS_FILE="$WORKSPACE/greywall.json" cat > "$SETTINGS_FILE" << EOF { "filesystem": {