diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index ceeb32861..2496e84b5 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -12,7 +12,6 @@ jobs: uses: actions/setup-go@v1 with: go-version: 1.13 - id: go - name: Check out code into the Go module directory uses: actions/checkout@v1 diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index 18846cbec..a140c1853 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -12,7 +12,6 @@ jobs: - name: Checkout uses: actions/checkout@v1 - name: Set up Go 1.13 - id: go uses: actions/setup-go@v1 with: go-version: 1.13 @@ -32,7 +31,6 @@ jobs: - name: Checkout uses: actions/checkout@v1 - name: Set up Go 1.13 - id: go uses: actions/setup-go@v1 with: go-version: 1.13