Skip to content

Commit ccfb24d

Browse files
committed
ci/circleci: update orbs
1 parent baf68c3 commit ccfb24d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
version: 2.1
22

33
orbs:
4-
golang: cci-orb/[email protected]
5-
github: cci-orb/github@dev:0.0.1
4+
golang: cci-orb/golang@dev:0.0.5
65
codecov: codecov/codecov@volatile
76

87
defaults: &defaults
@@ -17,7 +16,6 @@ jobs:
1716
<<: *defaults
1817
steps:
1918
- checkout
20-
- github/token
2119
- golang/gomod
2220
- run:
2321
name: Run go mod vendor
@@ -40,7 +38,6 @@ jobs:
4038
<<: *defaults
4139
steps:
4240
- checkout
43-
- github/token
4441
- golang/gomod
4542
- run:
4643
name: Run go mod vendor

0 commit comments

Comments
 (0)