diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7e72232..7add665 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -42,7 +42,7 @@ jobs: name: Test strategy: matrix: - go-version: [1.19.x, 1.20.x, 1.21.x ] + go-version: [1.19.x, 1.20.x, 1.21.x, 1.22.x ] platform: [ ubuntu-latest, macos-latest ] runs-on: ${{ matrix.platform }} steps: @@ -61,7 +61,7 @@ jobs: name: TestOnWindows strategy: matrix: - go-version: [ 1.19.x, 1.20.x, 1.21.x ] + go-version: [ 1.19.x, 1.20.x, 1.21.x, 1.22.x ] platform: [ windows-latest ] runs-on: ${{ matrix.platform }} steps: