Skip to content

Commit

Permalink
Bumping version to 1.25.0 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
glecaros committed Feb 7, 2023
1 parent 6631b9f commit 1e91b7c
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.24.0"
CARBON_VERSION: "1.25.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.24.0"
CARBON_VERSION: "1.25.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.24.0'
CARBON_VERSION: '1.25.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.24.0
require github.com/Microsoft/cognitive-services-speech-sdk-go v1.25.0

go 1.13

0 comments on commit 1e91b7c

Please sign in to comment.