removing go-version param that is not used.

pull/16761/head
John Murret 2023-03-28 11:54:53 -06:00
parent c450fa7d43
commit 9302ebc9cf
1 changed files with 0 additions and 2 deletions

View File

@ -232,7 +232,6 @@ jobs:
uses: ./.github/workflows/reusable-unit.yml
with:
directory: api
go-version: "1.19"
runs-on: ${{ needs.setup.outputs.compute-xl }}
go-test-api-1-20:
@ -251,7 +250,6 @@ jobs:
uses: ./.github/workflows/reusable-unit.yml
with:
directory: sdk
go-version: "1.19"
runs-on: ${{ needs.setup.outputs.compute-xl }}
go-test-sdk-1-20: