Skip to content

Bump cloud.google.com/go/texttospeech from 1.7.10 to 1.7.11 #297

Bump cloud.google.com/go/texttospeech from 1.7.10 to 1.7.11

Bump cloud.google.com/go/texttospeech from 1.7.10 to 1.7.11 #297

Workflow file for this run

name: Go
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.16
uses: actions/setup-go@v1
with:
go-version: 1.16
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v1
- name: Get dependencies
run: go get -v
- name: Build Test
run: go build -v .