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