Skip to content

Commit 5813065

Browse files
authored
chore(lint): upgrade lint version and add macOS env (#1)
1 parent 9ea2d55 commit 5813065

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ 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

@@ -28,4 +28,4 @@ jobs:
2828
- name: golangci-lint
2929
uses: golangci/golangci-lint-action@v2
3030
with:
31-
version: v1.41.1
31+
version: v1.42.0

0 commit comments

Comments
 (0)