Skip to content

Commit

Permalink
fix: go-version is too low
Browse files Browse the repository at this point in the history
  • Loading branch information
jing332 authored Dec 18, 2024
1 parent bd97e3e commit fb1d8de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: 1.19.1
go-version: 1.23
cache-dependency-path: ${{ github.workspace }}/tts-server-lib

- name: Build tts-server-lib
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: 1.20.3
go-version: 1.23
cache-dependency-path: ${{ github.workspace }}/tts-server-lib

- name: Build tts-server-lib
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: 1.20.3
go-version: 1.23
cache-dependency-path: ${{ github.workspace }}/tts-server-lib

- name: Build tts-server-lib
Expand Down

0 comments on commit fb1d8de

Please sign in to comment.