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: