Skip to content

Commit

Permalink
Bumping CI and samples to 1.16.0. (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
glecaros authored Mar 19, 2021
1 parent 41e9ecc commit 8a41255
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.15.0"
CARBON_VERSION: "1.16.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.15.0
require github.com/Microsoft/cognitive-services-speech-sdk-go v1.16.0

go 1.13

0 comments on commit 8a41255

Please sign in to comment.