diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 620029c..cbf03d4 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -11,14 +11,14 @@ jobs: test: strategy: matrix: - go-version: [1.12.x, 1.22.x] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: - name: Install Go uses: actions/setup-go@v5.0.0 with: - go-version: ${{ matrix.go-version }} + go-version: 'stable' + check-latest: true - name: Checkout code uses: actions/checkout@v3 - name: Test