diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4a81b4c..d485551 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -11,7 +11,7 @@ jobs: name: Test strategy: matrix: - go-version: [1.10.x, 1.11.x, 1.12.x, 1.13.x, 1.14.x, 1.15.x, 1.16.x] + go-version: [1.11.x, 1.12.x, 1.13.x, 1.14.x, 1.15.x, 1.16.x] platform: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.platform }} steps: diff --git a/.gitignore b/.gitignore index 4ef8491..ac536fa 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,6 @@ coverage.out *.db -__debug_bin \ No newline at end of file +__debug_bin + +profile.cov \ No newline at end of file