Skip to content

Commit 91e4af2

Browse files
authored
chore(CI): support macos (#2)
Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent e8576d2 commit 91e4af2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@ jobs:
55
test:
66
strategy:
77
matrix:
8-
os: [ubuntu-latest]
9-
go: [1.13, 1.14, 1.15, 1.16]
8+
os: [ubuntu-latest, macos-latest]
9+
go: [1.16, 1.17]
1010
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
1111
runs-on: ${{ matrix.os }}
1212

1313
env:
1414
GO111MODULE: on
15-
TESTTAGS: ${{ matrix.test-tags }}
1615
GOPROXY: https://proxy.golang.org
1716
steps:
1817
- name: Set up Go ${{ matrix.go }}
@@ -28,4 +27,4 @@ jobs:
2827
- name: golangci-lint
2928
uses: golangci/golangci-lint-action@v2
3029
with:
31-
version: v1.41.1
30+
version: v1.42.0

0 commit comments

Comments
 (0)