From cf4b2327cea93d7b37e2b11bfe38187e2bbefaec Mon Sep 17 00:00:00 2001 From: Jacob Oaks Date: Mon, 29 Apr 2024 15:14:36 -0400 Subject: [PATCH] CI: Test against go 1.22 (#81) Upgrades CI workflows to use Go versions 1.21 and 1.22. Leave `go.mod` the same to avoid forcing upgrade beyond 1.20 for users. --- .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 caf63ec..5fe2528 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,9 +16,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: