Skip to content
Open
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
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: verifydata
command: make verifydata
- restore_cache:
key: godeps-{{ checksum "Gopkg.lock" }}-{{ checksum "Gopkg.toml" }}
key: godeps-{{ checksum "go.sum" }}-{{ checksum "go.mod" }}
- run:
name: test and build maincli
command: make cibuild
Expand All @@ -25,7 +25,7 @@ jobs:
name: put version_info
command: ./bin/alm-agent -v > ./bin/version_info.json
- save_cache:
key: godeps-{{ checksum "Gopkg.lock" }}-{{ checksum "Gopkg.toml" }}
key: godeps-{{ checksum "go.sum" }}-{{ checksum "go.mod" }}
paths:
- "/go/src/golang.org"
- "/go/src/github.com/golang"
Expand Down
362 changes: 0 additions & 362 deletions Gopkg.lock

This file was deleted.

Loading