Skip to content

Commit

Permalink
rm windows for now
Browse files Browse the repository at this point in the history
  • Loading branch information
suyashkumar authored Jun 13, 2024
1 parent 473da6b commit 015285d
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 015285d

Please sign in to comment.