Skip to content

Commit 3f9d8c3

Browse files
committed
ci/circleci: update cci-orb/golang orb to 0.0.7
1 parent c453d04 commit 3f9d8c3

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

.circleci/config.yml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,22 @@
11
version: 2.1
22

33
orbs:
4-
golang: cci-orb/golang@dev:0.0.5
4+
golang: cci-orb/[email protected].7
55
codecov: codecov/codecov@volatile
66

77
defaults: &defaults
88
working_directory: /go/src/github.com/go-language-server/jsonrpc2
99
executor: golang/stretch
1010
environment:
1111
GO111MODULE: "on"
12-
shell: /bin/bash -euo pipefail
1312

1413
jobs:
1514
test:
1615
<<: *defaults
1716
steps:
1817
- checkout
19-
- golang/gomod
20-
- run:
21-
name: Run go mod vendor
22-
command: |
23-
go mod vendor -v
18+
- golang/gomod:
19+
file: "go.mod"
2420
- run:
2521
name: Test and collect coverages
2622
command: |
@@ -38,11 +34,8 @@ jobs:
3834
<<: *defaults
3935
steps:
4036
- checkout
41-
- golang/gomod
42-
- run:
43-
name: Run go mod vendor
44-
command: |
45-
go mod vendor -v
37+
- golang/gomod:
38+
file: "go.mod"
4639
- run:
4740
name: Run lint for sources
4841
command: |

0 commit comments

Comments
 (0)