diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c6f2463..6e44870 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -7,7 +7,7 @@ on: workflow_dispatch: env: - CARBON_VERSION: "1.29.0" + CARBON_VERSION: "1.30.0" jobs: linux: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 57924db..0650b07 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,7 +8,7 @@ on: - main pull_request: env: - CARBON_VERSION: "1.29.0" + CARBON_VERSION: "1.30.0" jobs: golangci: name: lint diff --git a/ci/azure-pipelines.yml b/ci/azure-pipelines.yml index 11805b1..1477294 100644 --- a/ci/azure-pipelines.yml +++ b/ci/azure-pipelines.yml @@ -4,7 +4,7 @@ trigger: pool: vmImage: ubuntu-latest variables: - CARBON_VERSION: '1.29.0' + CARBON_VERSION: '1.30.0' steps: - task: GoTool@0 diff --git a/samples/go.mod b/samples/go.mod index 0d7762d..676f2be 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.29.0 +require github.com/Microsoft/cognitive-services-speech-sdk-go v1.30.0 go 1.13