diff --git a/.github/workflows/test-code.yml b/.github/workflows/test-code.yml index 326d087..1037587 100644 --- a/.github/workflows/test-code.yml +++ b/.github/workflows/test-code.yml @@ -10,6 +10,6 @@ jobs: - name: checkout code uses: actions/checkout@v2 - uses: actions/setup-go@v2 - with: - go-version: '^1.16.0' + with: + go-version: '^1.16.0' - run: go test