diff --git a/.github/workflows/latest-pre.yml b/.github/workflows/latest-pre.yml index 6cb57bc5c..870fe55d5 100644 --- a/.github/workflows/latest-pre.yml +++ b/.github/workflows/latest-pre.yml @@ -15,11 +15,11 @@ jobs: os: [ubuntu-latest, windows-latest, macOS-latest] steps: - - name: Set up Go 1.16 - uses: actions/setup-go@v1 - with: - go-version: 1.16 - id: go + - name: Set up Go 1.16 + uses: actions/setup-go@v1 + with: + go-version: 1.16 + id: go - name: Check out code into the Go module directory uses: actions/checkout@v1