diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9157b6..2b39032 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,8 +11,8 @@ jobs: strategy: matrix: go: - - '1.20' - '1.21' + - '1.22' runs-on: ubuntu-latest steps: - name: Check out code into the Go module directory