Skip to content

Commit 02e9e66

Browse files
committed
chore(CI/CD): remove macos-latest testing
Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent 908c56e commit 02e9e66

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, macos-latest]
9-
go: [1.16, 1.17]
8+
os: [ubuntu-latest]
9+
go: [1.16, 1.17, 1.18]
1010
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
1111
runs-on: ${{ matrix.os }}
1212

@@ -28,5 +28,5 @@ jobs:
2828
- name: golangci-lint
2929
uses: golangci/golangci-lint-action@v2
3030
with:
31-
version: v1.42.1
31+
version: v1.45.0
3232
args: --verbose

0 commit comments

Comments
 (0)