We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 501cd52 commit e89c7edCopy full SHA for e89c7ed
.circleci/config.yml
@@ -14,12 +14,12 @@ executors:
14
- image: docker:18.06.3-ce-git
15
16
orbs:
17
- codecov: codecov/codecov@1.0.5
18
- moul: moul/build@1.13.0
+ codecov: codecov/codecov@1.1.1
+ moul: moul/build@1.16.0
19
retry: moul/retry@0.6.0
20
- docker: circleci/docker@0.5.13
+ docker: circleci/docker@0.6.1
21
#dl: moul/dl@1.7.0
22
- tools: gotest/tools@0.0.12
+ tools: gotest/tools@0.0.13
23
24
jobs:
25
go-build:
go.mod
@@ -2,4 +2,4 @@ module ultre.me/smsify
2
3
go 1.12
4
5
-require gopkg.in/urfave/cli.v2 v2.0.0-20190806201727-b62605953717
+require gopkg.in/urfave/cli.v2 v2.2.0
0 commit comments