diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 396af7e11..4d5c5f2f9 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -13,7 +13,7 @@ jobs: build: strategy: matrix: - go: [ 1.16, 1.17 ] + go: [ 1.16, 1.17, 1.18 ] name: build & test runs-on: ubuntu-latest services: