Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Galiley authored and vishen committed Mar 10, 2022
1 parent d2d96f9 commit ce41329
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.14.x, 1.15.x, 1.16.x, 1.17.x]
go-version: [1.15.x, 1.16.x, 1.17.x]
platform: [ubuntu-latest, macos-latest]
fail-fast: false
runs-on: ${{ matrix.platform }}
Expand All @@ -33,7 +33,7 @@ jobs:
build:
strategy:
matrix:
go-version: [1.14.x, 1.15.x, 1.16.x, 1.17.x]
go-version: [1.15.x, 1.16.x, 1.17.x]
platform: [ubuntu-latest, macos-latest]
fail-fast: false
runs-on: ${{ matrix.platform }}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/vishen/go-chromecast

go 1.14
go 1.15

require (
cloud.google.com/go/texttospeech v1.3.0
Expand Down
1 change: 1 addition & 0 deletions testdata/helptext.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Usage:
go-chromecast [command]

Available Commands:
completion Generate the autocompletion script for the specified shell
help Help about any command
httpserver Start the HTTP server
load Load and play media on the chromecast
Expand Down

0 comments on commit ce41329

Please sign in to comment.