1
0
mirror of https://git.mills.io/kayos/bitraft.git synced 2024-06-16 11:58:58 +00:00

Drop support for Windows

This commit is contained in:
James Mills 2021-03-16 09:41:51 +10:00
parent f75215d9eb
commit 378bc07435
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6
2 changed files with 3 additions and 3 deletions

@ -1,3 +1,4 @@
---
name: Go name: Go
on: on:
push: push:
@ -9,8 +10,8 @@ jobs:
name: Build and Test name: Build and Test
strategy: strategy:
matrix: matrix:
go-version: [1.12.x, 1.13.x] go-version: [1.14.x, 1.15.x, 1.16.x]
platform: [ubuntu-latest, macos-latest, windows-latest] platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }} runs-on: ${{ matrix.platform }}
steps: steps:
- name: Setup Go ${{ matrix.go-version }} - name: Setup Go ${{ matrix.go-version }}

@ -10,7 +10,6 @@ archive:
replacements: replacements:
darwin: Darwin darwin: Darwin
linux: Linux linux: Linux
windows: Windows
386: i386 386: i386
amd64: x86_64 amd64: x86_64
checksum: checksum: