X Tutup
Skip to content
This repository was archived by the owner on Aug 15, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@ jobs:
command: scripts/gometalinter.sh
- restore_cache:
keys:
- go-{{ .Branch }}-{{ .Revision }}
- go-{{ .Branch }}
- go-master
- go-{{ arch }}-{{ .Branch }}-{{ .Revision }}
- go-{{ arch }}-{{ .Branch }}
- go-{{ arch }}-master
- run:
name: touch files restored from cache
command: |
Expand All @@ -161,12 +161,12 @@ jobs:

- run: env GOGC=10 go/build.sh
- save_cache:
key: go-{{ .Branch }}-{{ .Revision }}-{{ epoch }}
key: go-{{ arch }}-{{ .Branch }}-{{ .Revision }}-{{ epoch }}
paths:
- go/bin
- go/pkg
- save_cache:
key: go-{{ .Branch }}-{{ epoch }}
key: go-{{ arch }}-{{ .Branch }}-{{ epoch }}
paths:
- go/bin
- go/pkg
Expand Down
2 changes: 1 addition & 1 deletion go/src/glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions go/src/vendor/github.com/koding/redis/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 12 additions & 11 deletions go/src/vendor/github.com/koding/redis/redis.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

X Tutup