summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2021-03-27 11:23:06 -0400
committerDave Henderson <dhenderson@gmail.com>2021-03-30 19:42:35 -0400
commit0cac29587720e9cef2da27b79c6a633085f69480 (patch)
treee95ee11af67c52f858547d1cb567ea5d50a59e3b /.github
parent67d0a1eeb5ee662fd21207abd7dec77ef42a3e76 (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.yml2
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"