diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d179fb8..18926a0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,16 +13,16 @@ jobs: timeout-minutes: 10 strategy: matrix: - go-version: [1.13.x, 1.18.x, 1.19.x] + go-version: [1.13.x, 1.21.x, 1.22.x] platform: [ubuntu-latest] runs-on: ${{ matrix.platform }} steps: - name: Install Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 with: go-version: ${{ matrix.go-version }} - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Validate headers if: startsWith(matrix.go-version, '1.13') == false run: |