diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b28a5a281e0..f667b13590a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -13,7 +13,7 @@ jobs: build: strategy: matrix: - go: [1.19,1.20.x,1.21.x] + go: [ 1.19.x, 1.20.x, 1.21.x, 1.22.x ] name: build & test runs-on: ubuntu-latest services: