chore(CI/CD): remove macos-latest testing

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2022-03-23 17:06:39 +08:00
parent e54fe285d8
commit 256d14cb14
1 changed files with 3 additions and 3 deletions

View File

@ -21,13 +21,13 @@ jobs:
- name: Setup golangci-lint - name: Setup golangci-lint
uses: golangci/golangci-lint-action@v2 uses: golangci/golangci-lint-action@v2
with: with:
version: v1.43.0 version: v1.45.0
args: --verbose args: --verbose
test: test:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, macos-latest] os: [ubuntu-latest]
go: [1.13, 1.14, 1.15, 1.16, 1.17] go: [1.14, 1.15, 1.16, 1.17, 1.18]
include: include:
- os: ubuntu-latest - os: ubuntu-latest
go-build: ~/.cache/go-build go-build: ~/.cache/go-build