Skip to content

Commit 5b31450

Browse files
committed
cache the dir for Go's build caching
1 parent 1004550 commit 5b31450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

turbobob-baseimage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"languages": ["go"],
1212
"command": ["gopls"]
1313
},
14-
"paths_to_cache": ["/go/pkg"]
14+
"paths_to_cache": ["/go/pkg", "/root/.cache"]
1515
}

0 commit comments

Comments
 (0)