diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e84fe43..35127d5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,8 +10,8 @@ jobs: steps: - name: Setup Go for use with actions uses: actions/setup-go@v1.0.0 - with: - go-version: '1.13' # The Go version to download (if necessary) and use. + with: + go-version: '1.13' # The Go version to download (if necessary) and use. - name: Building run: go build . - name: Testing