diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f54549d..d8dbdf8 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -36,7 +36,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - go: [1.18, 1.19, "1.20", 1.21] + go: [1.18, 1.19, "1.20", 1.21, 1.22] include: - os: ubuntu-latest go-build: ~/.cache/go-build