*: Remove linux builders from GH matrix

Removes linux builders from the GitHub action matrix. These are covered
via the TeamCity CI solution now.
This commit is contained in:
Derek Parker
2021-01-26 06:49:15 -08:00
committed by Alessandro Arzilli
parent 8a78568f8c
commit 3d0a93c58f

View File

@ -10,10 +10,6 @@ jobs:
include:
- go: 1.15
os: macos-latest
- go: 1.14
os: ubuntu-latest
- go: 1.13
os: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v1