ci: check macOs

This commit is contained in:
Sun Yimin 2025-03-05 15:09:15 +08:00 committed by GitHub
parent 9d6f8087f9
commit 762cbbf0c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version: 1.22 go-version: 1.23
- name: Build - name: Build
run: go build -v ./... run: go build -v ./...