diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index dd81d0b..9fd744a 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: ["1.20.x"] + go-version: ["1.20.x", "1.x"] services: postgres: image: postgres:latest