From 30303bb8755abc141bf2f3bfdf39881117978126 Mon Sep 17 00:00:00 2001 From: Mayuresh Gaitonde Date: Fri, 18 Dec 2020 11:38:50 -0800 Subject: [PATCH] fix gh yml --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5d70bb5..9d06d88 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -12,7 +12,7 @@ jobs: name: Build and unit test runs-on: ubuntu-latest env: - - CI: 1 + CI: 1 steps: - name: Set up Go 1.x