diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e5330f7c..a5a97998 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: [ 1.20.x, 1.21.x, 1.22.x, tip ] + go: [ 1.21.x, 1.22.x, 1.23.x, tip ] steps: - name: Set up Go stable