From b8b6062579901df8b56674fb60cb09430e1a1910 Mon Sep 17 00:00:00 2001 From: Gerardo Lecaros Date: Thu, 9 Nov 2023 09:16:56 -0800 Subject: [PATCH] Bumping version to 1.33.0. --- .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 5b4bb6f..f9c2064 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -7,7 +7,7 @@ on: workflow_dispatch: env: - CARBON_VERSION: "1.32.1" + CARBON_VERSION: "1.33.0" jobs: linux: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e8a8f97..df83060 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,7 +8,7 @@ on: - main pull_request: env: - CARBON_VERSION: "1.32.1" + CARBON_VERSION: "1.33.0" jobs: golangci: name: lint diff --git a/ci/azure-pipelines.yml b/ci/azure-pipelines.yml index ff24ab2..015b5b2 100644 --- a/ci/azure-pipelines.yml +++ b/ci/azure-pipelines.yml @@ -4,7 +4,7 @@ trigger: pool: vmImage: ubuntu-latest variables: - CARBON_VERSION: '1.32.1' + CARBON_VERSION: "1.33.0" steps: - task: GoTool@0 diff --git a/samples/go.mod b/samples/go.mod index 676f2be..ec272fe 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.30.0 +require github.com/Microsoft/cognitive-services-speech-sdk-go v1.33.0 go 1.13