Remove windows

Signed-off-by: 0x6f736f646f <blackd0t@protonmail.com>
This commit is contained in:
0x6f736f646f
2022-08-11 14:31:12 +03:00
parent 2424718851
commit ee1c557ea7
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
go-version: [1.17.x, 1.18.x]
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps: