Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
HTHou committed Apr 29, 2024
1 parent 920b231 commit 0ef0cea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
go: ['1.14', 'stable']
go: ['1.13', 'stable']
exclude:
- os: macos-latest
go: '1.13'
steps:

- name: Set up Go ${{ matrix.go }}
Expand Down

0 comments on commit 0ef0cea

Please sign in to comment.