Add versioning pinning checker and instructions
This ensures that the version pinning is setup correctly, so all the deps are pointing at the right underlying versions.
This commit is contained in:
@@ -25,6 +25,9 @@ jobs:
|
||||
- run:
|
||||
name: Dependencies
|
||||
command: scripts/validate/gomod.sh
|
||||
- run:
|
||||
name: Kubernetes dependency pinning
|
||||
command: ./scripts/validate/check_version.sh
|
||||
- save_cache:
|
||||
key: validate-{{ checksum "go.mod" }}-{{ checksum "go.sum" }}
|
||||
paths:
|
||||
|
||||
Reference in New Issue
Block a user