Go的GitHub操作 免费提供开放源代码存储库的CI / CD。 本文档包含有关使其适合。 看到他们: $ cat .github/workflows/test.yml on : [push, pull_request] name : Test jobs : test : strategy : matrix : go-version : [1.14.x, 1.15.x] os : [ubuntu-latest, macos-latest, windows-latest] runs-on : ${{ matrix.os }}