Skip to content

Commit

Permalink
fix: removing windows CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
aloknerurkar committed Jul 19, 2021
1 parent bd16f6a commit afdd2f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
strategy:
matrix:
go: [1.16]
os: [ubuntu-latest, macos-latest, windows-latest]
# os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
steps:
- name: Setup Go
uses: actions/setup-go@v2
Expand Down

0 comments on commit afdd2f4

Please sign in to comment.