diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index fe91f96..46d2dfd 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,7 +11,13 @@ jobs: strategy: matrix: os: [windows-latest, macos-latest, ubuntu-latest] - go: ["1.15", "1.16"] + go: + - "1.15" + - "1.16" + - "1.17" + - "1.18" + - "1.19" + - "1.20" runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3