diff options
author | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-03-29 19:37:28 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-29 19:37:28 +0800 |
commit | 933206f1fe55dd3444315bcb51e45f7a4277909a (patch) | |
tree | 0ce2213e9d9bc1bcbac010a51fdea5c8d1c11585 /.github | |
parent | 9356231e6488edfd281f18ab191b2f93907b61d7 (diff) |
gitutil: refactor the way to mock (#6032)
* Refactor the mock module store
* Only test on 1.14.x
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/go.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6f201327..22fab683 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -19,7 +19,7 @@ jobs: name: Test strategy: matrix: - go-version: [1.13.x, 1.14.x] + go-version: [1.14.x] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: @@ -43,4 +43,4 @@ jobs: key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} restore-keys: | ${{ runner.os }}-go- - + |