You've already forked opentelemetry-go
							
							
				mirror of
				https://github.com/open-telemetry/opentelemetry-go.git
				synced 2025-10-31 00:07:40 +02:00 
			
		
		
		
	Fix CI modules cache (#316)
This commit is contained in:
		
				
					committed by
					
						 rghetia
						rghetia
					
				
			
			
				
	
			
			
			
						parent
						
							29509781bd
						
					
				
				
					commit
					b6ada23338
				
			| @@ -13,7 +13,7 @@ jobs: | ||||
|  | ||||
|       - restore_cache: # restores saved cache if no changes are detected since last run | ||||
|           keys: | ||||
|             - v1-pkg-{{ checksum "go.sum" }} | ||||
|             - go-pkg-mod-{{ checksum "go.sum" }} | ||||
|  | ||||
|       - run: | ||||
|           name: "Precommit and Coverage Report" | ||||
| @@ -22,9 +22,9 @@ jobs: | ||||
|             mv coverage.html $TEST_RESULTS/ | ||||
|  | ||||
|       - save_cache: | ||||
|           key: v1-pkg-{{ checksum "go.sum" }} | ||||
|           key: go-pkg-mod-{{ checksum "go.sum" }} | ||||
|           paths: | ||||
|             - "~/go/pkg/mod" | ||||
|             - "/go/pkg/mod" | ||||
|  | ||||
|       - store_artifacts: | ||||
|           path: /tmp/test-results | ||||
|   | ||||
		Reference in New Issue
	
	Block a user