Ai
1 Star 0 Fork 0

ghosind/go-async

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
test.yaml 442 Bytes
一键复制 编辑 原始数据 按行查看 历史
ghosind 提交于 2025-09-04 16:32 +08:00 . ci: update go and actions version
name: test
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go_version: ["1.23", "1.24", "1.25"]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v5
- name: Set up Go ${{ matrix.go_version }}
uses: actions/setup-go@v6
with:
go-version: ${{ matrix.go_version }}
- name: Test
run: go test -v ./...
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/ghosind/go-async.git
git@gitee.com:ghosind/go-async.git
ghosind
go-async
go-async
main

搜索帮助