From a1934759b40f1a982b59b761f81c8b9641842d8d Mon Sep 17 00:00:00 2001 From: s0s01qp Date: Sun, 18 Jul 2021 21:41:59 +0530 Subject: [PATCH] updated workflow --- .github/workflows/go.yml | 2 +- .gitignore | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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