1
0
Fork 0
mirror of https://github.com/laravel-ls/uri synced 2026-06-16 01:54:57 +02:00

ci/circleci: use go.sum for gomod cache file

This commit is contained in:
Koichi Shiraishi 2019-06-05 08:43:59 +09:00
parent 482ef69310
commit f766c93228
No known key found for this signature in database
GPG key ID: A71DFD3B4DA7A79B

View file

@ -1,7 +1,7 @@
version: 2.1
orbs:
golang: cci-orb/golang@0.0.8
golang: cci-orb/golang@volatile
codecov: codecov/codecov@volatile
defaults: &defaults
@ -15,8 +15,7 @@ jobs:
<<: *defaults
steps:
- checkout
- golang/gomod:
file: "go.mod"
- golang/gomod
- run:
name: Test and collect coverages
command: |
@ -34,8 +33,7 @@ jobs:
<<: *defaults
steps:
- checkout
- golang/gomod:
file: "go.mod"
- golang/gomod
- run:
name: Run lint for sources
command: |