Skip to content

Commit

Permalink
Updating to track new release (1.13.0) (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
glecaros authored Jul 22, 2020
1 parent ba6c422 commit cc5bbb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.11.0"
CARBON_VERSION: "1.13.0"
steps:
- name: Set up Go 1.13
uses: actions/setup-go@v1
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.11.0
require github.com/Microsoft/cognitive-services-speech-sdk-go v1.13.0

go 1.13

0 comments on commit cc5bbb6

Please sign in to comment.