diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e3a4304..cdfca9f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - go-version: [1.15.x, 1.18.x, 1.20.x, 1.22.x] + go-version: [1.15.x, 1.18.x, 1.20.x, 1.23.x] os: [ubuntu-latest, windows-latest] runs-on: ${{ matrix.os}} steps: @@ -39,7 +39,7 @@ jobs: - name: Install Go uses: actions/setup-go@v2 with: - go-version: ^1.22 + go-version: ^1.23 - name: Fetch Repository uses: actions/checkout@v2 - name: Run Benchmark