Skip to content

Commit 958615c

Browse files
jasonwalshjasonwalsh
jasonwalsh
authored andcommitted
fix: remove nested job directive from CI config
1 parent 1f223b9 commit 958615c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.circleci/config.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
jobs:
2-
jobs:
3-
build:
4-
steps:
5-
- go/install:
6-
version: 1.13.4
2+
build:
3+
steps:
4+
- go/install:
5+
version: 1.13.4
76
orbs:
87
go: circleci/[email protected]
98
version: 2.1

0 commit comments

Comments
 (0)