mirror of
https://github.com/taigrr/bitcask
synced 2025-01-18 04:03:17 -08:00
Drop support for Windows (Closes #192)
This commit is contained in:
5
.github/workflows/go.yml
vendored
5
.github/workflows/go.yml
vendored
@@ -1,3 +1,4 @@
|
||||
---
|
||||
name: Go
|
||||
on:
|
||||
push:
|
||||
@@ -9,8 +10,8 @@ jobs:
|
||||
name: Build and Test
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.12.x, 1.13.x, 1.14.x]
|
||||
platform: [ubuntu-latest, macos-latest, windows-latest]
|
||||
go-version: [1.12.x, 1.13.x, 1.14.l, 1.15.xx]
|
||||
platform: [ubuntu-latest, macos-latest]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
- name: Setup Go ${{ matrix.go-version }}
|
||||
|
||||
Reference in New Issue
Block a user