From 027ba110b302cdb91020a7b5b60a3547ca4496af Mon Sep 17 00:00:00 2001 From: docktermj Date: Mon, 22 Jul 2024 17:45:07 -0400 Subject: [PATCH] Fixed lint issue --- .github/workflows/go-test-darwin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-test-darwin.yaml b/.github/workflows/go-test-darwin.yaml index de701e8..4d307d4 100644 --- a/.github/workflows/go-test-darwin.yaml +++ b/.github/workflows/go-test-darwin.yaml @@ -19,7 +19,7 @@ jobs: matrix: go: ['1.21'] os: [macos-latest] - senzingapi-version: [production-v3] + senzingapi-version: [staging-v4] steps: - name: checkout repository