diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 151c0a0..63942bc 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -16,9 +16,9 @@ jobs: strategy: matrix: - go: ["1.19.x", "1.20.x"] + go: ["1.21.x", "1.22.x"] include: - - go: 1.20.x + - go: 1.22.x latest: true steps: