diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce98564..5d522a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: strategy: matrix: golang: - - 1.15.0 + - 1.16.x steps: - uses: actions/checkout@v2 - name: Install Go @@ -46,7 +46,7 @@ jobs: strategy: matrix: golang: - - 1.15.0 + - 1.16.x steps: - uses: actions/checkout@v2 - name: Install Go @@ -67,9 +67,10 @@ jobs: strategy: matrix: golang: - - 1.13 - - 1.14 - - 1.15.0 + - 1.13.x + - 1.14.x + - 1.15.x + - 1.16.x steps: - uses: actions/checkout@v2 - name: Install Go