From 3cbccea6fac15283d641c08300153e6723534101 Mon Sep 17 00:00:00 2001 From: Tim Hogarty Date: Thu, 11 Jan 2024 19:15:53 -0800 Subject: [PATCH] Fix description; reference Java instead of Go --- .github/workflows/sync_sdk_with_new_api_spec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync_sdk_with_new_api_spec.yml b/.github/workflows/sync_sdk_with_new_api_spec.yml index 85cf6d18..731748ad 100644 --- a/.github/workflows/sync_sdk_with_new_api_spec.yml +++ b/.github/workflows/sync_sdk_with_new_api_spec.yml @@ -17,7 +17,7 @@ jobs: id: date run: echo "date=$(date +'%Y-%m-%d')" >> "$GITHUB_OUTPUT" - - name: Install Go + - name: Install Java uses: actions/setup-java@v2 with: java-version: ${{ matrix.java-version }}