From 378bc074351ee9ec755905822cb617b83e33f87e Mon Sep 17 00:00:00 2001 From: James Mills Date: Tue, 16 Mar 2021 09:41:51 +1000 Subject: [PATCH] Drop support for Windows --- .github/workflows/go.yml | 5 +++-- .goreleaser.yml | 1 - 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e243987..23322ff 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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] - platform: [ubuntu-latest, macos-latest, windows-latest] + go-version: [1.14.x, 1.15.x, 1.16.x] + platform: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.platform }} steps: - name: Setup Go ${{ matrix.go-version }} diff --git a/.goreleaser.yml b/.goreleaser.yml index eacfa03..43a6cf0 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -10,7 +10,6 @@ archive: replacements: darwin: Darwin linux: Linux - windows: Windows 386: i386 amd64: x86_64 checksum: