mirror of
https://github.com/laravel-ls/uri
synced 2026-07-04 16:34:11 +02:00
ci/circleci: use go.sum for gomod cache file
This commit is contained in:
parent
482ef69310
commit
f766c93228
1 changed files with 3 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
version: 2.1
|
version: 2.1
|
||||||
|
|
||||||
orbs:
|
orbs:
|
||||||
golang: cci-orb/golang@0.0.8
|
golang: cci-orb/golang@volatile
|
||||||
codecov: codecov/codecov@volatile
|
codecov: codecov/codecov@volatile
|
||||||
|
|
||||||
defaults: &defaults
|
defaults: &defaults
|
||||||
|
|
@ -15,8 +15,7 @@ jobs:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- golang/gomod:
|
- golang/gomod
|
||||||
file: "go.mod"
|
|
||||||
- run:
|
- run:
|
||||||
name: Test and collect coverages
|
name: Test and collect coverages
|
||||||
command: |
|
command: |
|
||||||
|
|
@ -34,8 +33,7 @@ jobs:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- golang/gomod:
|
- golang/gomod
|
||||||
file: "go.mod"
|
|
||||||
- run:
|
- run:
|
||||||
name: Run lint for sources
|
name: Run lint for sources
|
||||||
command: |
|
command: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue