From 28ff364faaa4bfb5af4428348696e8d79824ad03 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Tue, 28 Sep 2021 06:39:39 +1000 Subject: [PATCH] Update pr.yml --- .github/workflows/pr.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index d9363ff02..df5e53697 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -13,11 +13,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 @@ -29,4 +29,4 @@ jobs: run: go build -v ./cmd/wails - name: Test - run: ./wails version \ No newline at end of file + run: ./wails version