Skip to content

Commit 0639ef8

Browse files
committed
Cleanup unnecessary workflow bits
1 parent 7edde93 commit 0639ef8

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/go.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
uses: actions/setup-go@v1
1313
with:
1414
go-version: 1.13
15-
id: go
1615

1716
- name: Check out code into the Go module directory
1817
uses: actions/checkout@v1

.github/workflows/releases.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
- name: Checkout
1313
uses: actions/checkout@v1
1414
- name: Set up Go 1.13
15-
id: go
1615
uses: actions/setup-go@v1
1716
with:
1817
go-version: 1.13
@@ -32,7 +31,6 @@ jobs:
3231
- name: Checkout
3332
uses: actions/checkout@v1
3433
- name: Set up Go 1.13
35-
id: go
3634
uses: actions/setup-go@v1
3735
with:
3836
go-version: 1.13

0 commit comments

Comments
 (0)