Skip to content

Commit

Permalink
Bump version to 1.30.0 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
trrwilson committed Jul 19, 2023
1 parent 1a6929e commit 3f9779b
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
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:

env:
CARBON_VERSION: "1.29.0"
CARBON_VERSION: "1.30.0"

jobs:
linux:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Expand Up @@ -8,7 +8,7 @@ on:
- main
pull_request:
env:
CARBON_VERSION: "1.29.0"
CARBON_VERSION: "1.30.0"
jobs:
golangci:
name: lint
Expand Down
2 changes: 1 addition & 1 deletion ci/azure-pipelines.yml
Expand Up @@ -4,7 +4,7 @@ trigger:
pool:
vmImage: ubuntu-latest
variables:
CARBON_VERSION: '1.29.0'
CARBON_VERSION: '1.30.0'

steps:
- task: GoTool@0
Expand Down
2 changes: 1 addition & 1 deletion samples/go.mod
@@ -1,5 +1,5 @@
module github.com/Microsoft/cognitive-services-speech-sdk-go/samples

require github.com/Microsoft/cognitive-services-speech-sdk-go v1.29.0
require github.com/Microsoft/cognitive-services-speech-sdk-go v1.30.0

go 1.13

0 comments on commit 3f9779b

Please sign in to comment.