aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/go.tidy.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/go.tidy.yml b/.github/workflows/go.tidy.yml
index 1ebdecd5d..9bce30c9b 100644
--- a/.github/workflows/go.tidy.yml
+++ b/.github/workflows/go.tidy.yml
@@ -10,10 +10,10 @@ jobs:
steps:
-
name: Install Go
- uses: actions/setup-go@v2
- with:
- go-version: '^1.16'
- id: go
+ uses: actions/setup-go@v2
+ with:
+ go-version: '^1.16'
+ id: go
-
name: Checkout
uses: actions/checkout@v2