.circleci/config.yml: cache Go modules (#2076)
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
parent
5211fad581
commit
b2100315e1
|
@ -62,6 +62,8 @@ jobs:
|
|||
|
||||
steps:
|
||||
- prometheus/setup_environment
|
||||
- go/load-cache:
|
||||
key: v1-go-mod
|
||||
- run:
|
||||
command: |
|
||||
cat \<<EOF > $EMAIL_NO_AUTH_CONFIG
|
||||
|
@ -87,6 +89,8 @@ jobs:
|
|||
file: alertmanager
|
||||
- prometheus/store_artifact:
|
||||
file: amtool
|
||||
- go/save-cache:
|
||||
key: v1-go-mod
|
||||
|
||||
|
||||
workflows:
|
||||
|
|
Loading…
Reference in New Issue