We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf68c3 commit ccfb24dCopy full SHA for ccfb24d
.circleci/config.yml
@@ -1,8 +1,7 @@
1
version: 2.1
2
3
orbs:
4
- golang: cci-orb/[email protected]
5
- github: cci-orb/github@dev:0.0.1
+ golang: cci-orb/golang@dev:0.0.5
6
codecov: codecov/codecov@volatile
7
8
defaults: &defaults
@@ -17,7 +16,6 @@ jobs:
17
16
<<: *defaults
18
steps:
19
- checkout
20
- - github/token
21
- golang/gomod
22
- run:
23
name: Run go mod vendor
@@ -40,7 +38,6 @@ jobs:
40
38
41
39
42
43
44
45
46
0 commit comments