From f254cb086a1ba0848015d5b71cd1971dd620c04e Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Tue, 28 Sep 2021 06:32:05 +1000 Subject: [PATCH] Update latest-pre.yml --- .github/workflows/latest-pre.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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