diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2021-03-27 11:23:06 -0400 |
|---|---|---|
| committer | Dave Henderson <dhenderson@gmail.com> | 2021-03-30 19:42:35 -0400 |
| commit | 0cac29587720e9cef2da27b79c6a633085f69480 (patch) | |
| tree | e95ee11af67c52f858547d1cb567ea5d50a59e3b /.github | |
| parent | 67d0a1eeb5ee662fd21207abd7dec77ef42a3e76 (diff) | |
Stop using go-check in integration tests
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2bf6d2be..255051f5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: steps: - uses: actions/setup-go@v1 with: - go-version: 1.15.x + go-version: 1.16.x - run: | git config --global user.email "bogus@example.com" git config --global user.name "Someone" |
