diff --git a/.github/workflows/lint_and_test_go-client.yml b/.github/workflows/lint_and_test_go-client.yml index 461c2af875..3caf35c09e 100644 --- a/.github/workflows/lint_and_test_go-client.yml +++ b/.github/workflows/lint_and_test_go-client.yml @@ -68,9 +68,9 @@ jobs: env: USE_JEMALLOC: OFF ARTIFACT_NAME: release_for_go_client - BUILD_OPTIONS: -t release + BUILD_OPTIONS: -t release --compiler clang-10,clang++-10 container: - image: apache/pegasus:thirdparties-bin-test-ubuntu2004-${{ github.base_ref }} + image: apache/pegasus:thirdparties-bin-ubuntu2004-${{ github.base_ref }} steps: - uses: actions/checkout@v3 - uses: "./.github/actions/rebuild_thirdparty_if_needed" @@ -84,7 +84,7 @@ jobs: env: ARTIFACT_NAME: release_for_go_client container: - image: apache/pegasus:thirdparties-bin-test-ubuntu2004-${{ github.base_ref }} + image: apache/pegasus:thirdparties-bin-ubuntu2004-${{ github.base_ref }} steps: - name: Install thrift run: |