Skip to content

Commit

Permalink
Bumping SDK version to 1.15.0 (#19)
Browse files Browse the repository at this point in the history
* Bumping version to 1.15.0
  • Loading branch information
glecaros authored Jan 27, 2021
1 parent 1a8fcbb commit 41e9ecc
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.14.0"
CARBON_VERSION: "1.15.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.14.0
require github.com/Microsoft/cognitive-services-speech-sdk-go v1.15.0

go 1.13

0 comments on commit 41e9ecc

Please sign in to comment.