Skip to content

Commit

Permalink
Updating to use version 1.14.0 of the SDK. (#17)
Browse files Browse the repository at this point in the history
Readme updates.
  • Loading branch information
glecaros authored Oct 28, 2020
1 parent c33ca98 commit aff92a8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Build
runs-on: ubuntu-latest
env:
CARBON_VERSION: "1.13.0"
CARBON_VERSION: "1.14.0"
steps:
- name: Set up Go 1.13
uses: actions/setup-go@v1
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ export LD_LIBRARY_PATH="/path/to/SDKs/library:$LD_LIBRARY_PATH"
In addition to the environment variables needed to run applications, running tests requires setting the following variables:

```bash
export TEST_SUBSCRIPTION_KEY="your_subscription_key"
export TEST_SUBSCRIPTION_REGION="your_region"
export SR_SUBSCRIPTION_KEY="your_subscription_key"
export SR_SUBSCRIPTION_REGION="your_region"
export DIALOG_SUBSCRIPTION_KEY="your_dialog_subscription_key"
export DIALOG_SUBSCRIPTION_REGION="your_dialog_region"
```

# Reference
Expand Down
2 changes: 1 addition & 1 deletion samples/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/Microsoft/cognitive-services-speech-sdk-go/samples

require github.com/Microsoft/cognitive-services-speech-sdk-go v1.13.0
require github.com/Microsoft/cognitive-services-speech-sdk-go v1.14.0

go 1.13

0 comments on commit aff92a8

Please sign in to comment.