Skip to content

Commit

Permalink
Bumping version to 1.33.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
glecaros committed Nov 9, 2023
1 parent b874639 commit b8b6062
Show file tree
Hide file tree
Showing 4 changed files with 4 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 @@ -7,7 +7,7 @@ on:
workflow_dispatch:

env:
CARBON_VERSION: "1.32.1"
CARBON_VERSION: "1.33.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.32.1"
CARBON_VERSION: "1.33.0"
jobs:
golangci:
name: lint
Expand Down
2 changes: 1 addition & 1 deletion ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ trigger:
pool:
vmImage: ubuntu-latest
variables:
CARBON_VERSION: '1.32.1'
CARBON_VERSION: "1.33.0"

steps:
- task: GoTool@0
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.30.0
require github.com/Microsoft/cognitive-services-speech-sdk-go v1.33.0

go 1.13

0 comments on commit b8b6062

Please sign in to comment.