aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/go.tidy.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/go.tidy.yml b/.github/workflows/go.tidy.yml
index 9fcd81101..1ebdecd5d 100644
--- a/.github/workflows/go.tidy.yml
+++ b/.github/workflows/go.tidy.yml
@@ -9,6 +9,12 @@ jobs:
runs-on: ubuntu-latest
steps:
-
+ name: Install Go
+ uses: actions/setup-go@v2
+ with:
+ go-version: '^1.16'
+ id: go
+ -
name: Checkout
uses: actions/checkout@v2
-