update the circleCI go orb
Signed-off-by: gotjosh <josue.abreu@gmail.com>
This commit is contained in:
parent
07b89eb117
commit
4c9bc820e2
|
@ -2,7 +2,7 @@
|
||||||
version: 2.1
|
version: 2.1
|
||||||
orbs:
|
orbs:
|
||||||
prometheus: prometheus/prometheus@0.16.0
|
prometheus: prometheus/prometheus@0.16.0
|
||||||
go: circleci/go@1.7.0
|
go: circleci/go@1.7.3
|
||||||
jobs:
|
jobs:
|
||||||
test_frontend:
|
test_frontend:
|
||||||
# We need to use a machine executor because the front-end validation runs
|
# We need to use a machine executor because the front-end validation runs
|
||||||
|
|
Loading…
Reference in New Issue