diff --git a/.github/workflows/go-build.yml b/.github/workflows/go-build.yml index a55de89..2e77e7b 100644 --- a/.github/workflows/go-build.yml +++ b/.github/workflows/go-build.yml @@ -12,16 +12,16 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - go_version: [1.19, 1.20] + go_version: [stable, oldstable] os: [ubuntu-latest, macOS-latest] steps: - name: Check out code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4 + uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 with: fetch-depth: 0 - name: Set up Go ${{ matrix.go_version }} - uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v2.1.4 + uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 with: go-version: ${{ matrix.go_version }} cache: true