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