Drop support for Go 1.16 and Go 1.17 (#203) Fixes #184
1 file changed, 0 insertions(+), 7 deletions(-)
changed files
M .github/workflows/ci.yml → .github/workflows/ci.yml
@@ -20,8 +20,6 @@ strategy: matrix: go: - - "1.16" - - "1.17" - "1.18" - "1.19" - "1.20"@@ -43,12 +41,7 @@ - name: Build run: go build -v ./... - name: Test - if: ${{ matrix.go != '1.16' }} run: go test -v -coverprofile=coverage.txt -shuffle on ./... - - - name: Test - if: ${{ matrix.go == '1.16' }} - run: go test -v -coverprofile=coverage.txt ./... - name: Coverage uses: codecov/codecov-action@v3