From aa1dd0aa8213b12f3c02ef72854ee6b4606ed7c8 Mon Sep 17 00:00:00 2001 From: Josemar Luedke Date: Wed, 4 Aug 2021 14:08:31 -0700 Subject: [PATCH] Remove support for windows --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4cd1cb9..23b3f78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI on: push: branches: - - '**' + - "**" release: types: [published] @@ -14,8 +14,8 @@ jobs: strategy: matrix: - go-version: [1.12.x, 1.13.x, 1.15.x] - os: [ubuntu-latest, macos-latest, windows-latest] + go-version: [1.13.x, 1.15.x, 1.16.x] + os: [ubuntu-latest, macos-latest] env: ENV: test