From cf62a24ab019ccb0eb10c597c9ee715f03088a24 Mon Sep 17 00:00:00 2001 From: Jacob Oaks Date: Mon, 29 Apr 2024 16:07:26 -0400 Subject: [PATCH] CI: Use Go 1.22. This PR switches CI to use Go 1.22. I chose to leave go.mod as-in to avoid requiring users to upgrade beyond 1.20. --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 308352bf..1710e6e8 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -13,9 +13,9 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: ["1.20.x", "1.21.x"] + go: ["1.21.x", "1.22.x"] include: - - go: 1.21.x + - go: 1.22.x latest: true steps: