From 19efc4811af74541e481e2f3e46c117f05eb9a54 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 93be7441..b3c25e3c 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: