From 1e91b7c0ed865d66e060dc8aa70c84d4c319f5a8 Mon Sep 17 00:00:00 2001 From: Gerardo Lecaros Date: Tue, 7 Feb 2023 11:45:37 -0800 Subject: [PATCH] Bumping version to 1.25.0 (#88) --- .github/workflows/go.yml | 2 +- .github/workflows/lint.yml | 2 +- ci/azure-pipelines.yml | 2 +- samples/go.mod | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e0ff34d..02a455c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -7,7 +7,7 @@ on: workflow_dispatch: env: - CARBON_VERSION: "1.24.0" + CARBON_VERSION: "1.25.0" jobs: linux: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index be0efcd..76ced37 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,7 +8,7 @@ on: - main pull_request: env: - CARBON_VERSION: "1.24.0" + CARBON_VERSION: "1.25.0" jobs: golangci: name: lint diff --git a/ci/azure-pipelines.yml b/ci/azure-pipelines.yml index 28bf53d..7465937 100644 --- a/ci/azure-pipelines.yml +++ b/ci/azure-pipelines.yml @@ -4,7 +4,7 @@ trigger: pool: vmImage: ubuntu-latest variables: - CARBON_VERSION: '1.24.0' + CARBON_VERSION: '1.25.0' steps: - task: GoTool@0 diff --git a/samples/go.mod b/samples/go.mod index 6379165..93371ff 100644 --- a/samples/go.mod +++ b/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.24.0 +require github.com/Microsoft/cognitive-services-speech-sdk-go v1.25.0 go 1.13