chore: Remove id for go install

The ID isn't used in other steps of the script
This commit is contained in:
Nick Schonning
2020-10-19 20:26:29 -04:00
committed by GitHub
parent 08ff79c7b9
commit b1cd56fafa
-1
View File
@@ -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