From b1cd56fafaa7d48d19102ac71dfa0e4a4bf8183a Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Mon, 19 Oct 2020 20:26:29 -0400 Subject: [PATCH] chore: Remove id for go install The ID isn't used in other steps of the script --- ci/go.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/go.yml b/ci/go.yml index 3fa9348..5531663 100644 --- a/ci/go.yml +++ b/ci/go.yml @@ -17,7 +17,6 @@ jobs: uses: actions/setup-go@v2 with: go-version: ^1.13 - id: go - name: Check out code into the Go module directory uses: actions/checkout@v2