Skip to content

Commit 256d14c

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
- name: Setup golangci-lint
2222
uses: golangci/golangci-lint-action@v2
2323
with:
24-
version: v1.43.0
24+
version: v1.45.0
2525
args: --verbose
2626
test:
2727
strategy:
2828
matrix:
29-
os: [ubuntu-latest, macos-latest]
30-
go: [1.13, 1.14, 1.15, 1.16, 1.17]
29+
os: [ubuntu-latest]
30+
go: [1.14, 1.15, 1.16, 1.17, 1.18]
3131
include:
3232
- os: ubuntu-latest
3333
go-build: ~/.cache/go-build

0 commit comments

Comments
 (0)