mirror of
				https://code.forgejo.org/actions/cache.git
				synced 2025-10-31 04:32:28 +00:00 
			
		
		
		
	examples: hash go.mod, not go.sum
go.sum isn't a lock file and doesn't represent dependencies
This commit is contained in:
		
							parent
							
								
									0c45773b62
								
							
						
					
					
						commit
						044254044b
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -190,7 +190,7 @@ steps: | |||
|     path: | | ||||
|       ~/.cache/go-build | ||||
|       ~/go/pkg/mod | ||||
|     key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} | ||||
|     key: ${{ runner.os }}-go-${{ hashFiles('**/go.mod') }} | ||||
|     restore-keys: | | ||||
|       ${{ runner.os }}-go- | ||||
| ``` | ||||
|  | @ -203,7 +203,7 @@ steps: | |||
|     path: | | ||||
|       ~/Library/Caches/go-build | ||||
|       ~/go/pkg/mod | ||||
|     key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} | ||||
|     key: ${{ runner.os }}-go-${{ hashFiles('**/go.mod') }} | ||||
|     restore-keys: | | ||||
|       ${{ runner.os }}-go- | ||||
| ``` | ||||
|  | @ -216,7 +216,7 @@ steps: | |||
|     path: | | ||||
|       ~\AppData\Local\go-build | ||||
|       ~\go\pkg\mod | ||||
|     key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} | ||||
|     key: ${{ runner.os }}-go-${{ hashFiles('**/go.mod') }} | ||||
|     restore-keys: | | ||||
|       ${{ runner.os }}-go- | ||||
| ``` | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue