Skip to content

更新

更新 #5

Workflow file for this run

name: macOS
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: Go mod tidy
run: go mod tidy
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...
env:
GODEBUG: x509sha1=1