Skip to content

Commit

Permalink
Bumping version to 1.21.0 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
glecaros authored Apr 19, 2022
1 parent 3b22c6e commit 2ab2823
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:

env:
CARBON_VERSION: "1.20.0"
CARBON_VERSION: "1.21.0"

jobs:
linux:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- main
pull_request:
env:
CARBON_VERSION: "1.20.0"
CARBON_VERSION: "1.21.0"
jobs:
golangci:
name: lint
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.20.0
require github.com/Microsoft/cognitive-services-speech-sdk-go v1.21.0

go 1.13

0 comments on commit 2ab2823

Please sign in to comment.