build: fix cache key used by godeps job (#20451)

pull/20448/head
Daniel Moran 2021-01-05 15:53:49 -08:00 committed by GitHub
parent c4c29ec08f
commit 79d349d543
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -291,14 +291,14 @@ jobs:
- restore_cache:
name: Restore GOPATH/pkg/mod
keys:
- influxdb-gomod-{{ checksum "go.mod" }}
- influxdb-gomod-{{ checksum "go.sum" }}
- influxdb-gomod-
- run:
name: Install Dependencies
command: go mod download -x
- save_cache:
name: Save GOPATH/pkg/mod
key: influxdb-gomod-{{ checksum "go.mod" }}
key: influxdb-gomod-{{ checksum "go.sum" }}
paths:
- /go/pkg/mod