Skip to content

Commit

Permalink
rm windows for now
Browse files Browse the repository at this point in the history
  • Loading branch information
suyashkumar committed Jun 13, 2024
1 parent c38aa4b commit 9b11562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
os: [ubuntu-latest, macOS-latest] # add windows once fully supported
steps:

- name: Set up Go 1.22
Expand Down

0 comments on commit 9b11562

Please sign in to comment.