Skip to content

Commit

Permalink
Remove support for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
josemarluedke committed Aug 4, 2021
1 parent 8aeb5eb commit aa1dd0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
push:
branches:
- '**'
- "**"
release:
types: [published]

Expand All @@ -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
Expand Down

0 comments on commit aa1dd0a

Please sign in to comment.