diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index a729833..4bdac95 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -4,8 +4,8 @@ jobs:
   test:
     strategy:
       matrix:
-        os: [ubuntu-latest, macos-latest, windows-latest]
-        version: ["1.18", "1.19", "1.20", "1.21"]
+        os: [ubuntu-latest, macos-13, windows-latest]
+        version: ["1.18", "1.19", "1.20", "1.21", "1.22"]
     runs-on: ${{ matrix.os }}
     steps:
       - name: Set up Go ${{ matrix.version }}