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:
parent
482ef69310
commit
f766c93228
1 changed files with 3 additions and 5 deletions
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue