mirror of https://github.com/hashicorp/consul
removing go-version param that is not used.
parent
c450fa7d43
commit
9302ebc9cf
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue