修改actions脚本

This commit is contained in:
lwch
2023-03-09 11:41:22 +08:00
parent 4dd1e7c2e7
commit 3868619e86
+6
View File
@@ -34,6 +34,12 @@ jobs:
with:
go-version: ${{ matrix.go }}
- name: Set up xcode
if: startsWith(matrix.os, 'macos')
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Lint
run: |
go install golang.org/x/lint/golint@latest