mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Merge pull request #36132 from saad-ali/fixGoDeps4
Fix godep to v73 in verify-godeps
This commit is contained in:
		@@ -84,7 +84,8 @@ pushd "${_kubetmp}" 2>&1 > /dev/null
 | 
				
			|||||||
    popd > /dev/null
 | 
					    popd > /dev/null
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
  # Use to following if we ever need to pin godep to a specific version again
 | 
					  # Use to following if we ever need to pin godep to a specific version again
 | 
				
			||||||
  pin-godep 'v74'
 | 
					  pin-godep 'v73'
 | 
				
			||||||
 | 
					  "${GODEP}" version
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # Fill out that nice clean place with the kube godeps
 | 
					  # Fill out that nice clean place with the kube godeps
 | 
				
			||||||
  echo "Starting to download all kubernetes godeps. This takes a while"
 | 
					  echo "Starting to download all kubernetes godeps. This takes a while"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user