From 4bb098caf5b7619605104ac4dd59ace543b05cd3 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Mon, 26 Feb 2024 22:36:44 +1100 Subject: [PATCH] Use Go 1.22 in CI --- .github/workflows/go.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 43162234..7f61a51f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -9,7 +9,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - go-version: [ '1.21' ] + go-version: [ '1.22' ] os: [windows-latest, macos-latest, ubuntu-latest] fail-fast: false steps: @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: [ '1.21' ] + go-version: [ '1.22' ] fail-fast: false steps: - uses: actions/checkout@v2 @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: [ '1.21' ] + go-version: [ '1.22' ] fail-fast: false steps: - uses: actions/checkout@v2 @@ -48,7 +48,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: [ '1.21' ] + go-version: [ '1.22' ] fail-fast: false steps: - uses: actions/checkout@v2 @@ -61,7 +61,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: [ '1.21' ] + go-version: [ '1.22' ] fail-fast: false steps: - uses: actions/checkout@v2 @@ -75,7 +75,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - go-version: [ '1.21' ] + go-version: [ '1.22' ] os: [ubuntu-latest] fail-fast: false steps: -- 2.44.0