From eb7948c432a118617aea31add9e492775411dca7 Mon Sep 17 00:00:00 2001 From: Gerardo Lecaros Date: Tue, 18 May 2021 09:51:12 -0700 Subject: [PATCH] Bumping version to 1.17.0. (#34) --- .github/workflows/go.yml | 2 +- samples/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 24614ad..67de1b9 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -6,7 +6,7 @@ on: workflow_dispatch: env: - CARBON_VERSION: "1.16.0" + CARBON_VERSION: "1.17.0" jobs: golangci: diff --git a/samples/go.mod b/samples/go.mod index 3d56a3b..07df0b5 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.16.0 +require github.com/Microsoft/cognitive-services-speech-sdk-go v1.17.0 go 1.13