Maybe this will work?
This commit is contained in:
		| @@ -13,7 +13,7 @@ jobs: | ||||
|       - name: "cache go dependencies" | ||||
|         uses: actions/cache@v4 | ||||
|         with: | ||||
|           path: /home/container/ | ||||
|           path: /root/go/ | ||||
|           key: bunker-go-cache | ||||
|           restore_key: bunker-go-cache | ||||
|       - name: "lint" | ||||
| @@ -29,7 +29,7 @@ jobs: | ||||
|       - name: "cache go dependencies" | ||||
|         uses: actions/cache@v4 | ||||
|         with: | ||||
|           path: /home/container/ | ||||
|           path: /root/go/ | ||||
|           key: bunker-go-cache | ||||
|           restore_key: bunker-go-cache | ||||
|       - name: "tests" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user