Skip to content
Snippets Groups Projects
Commit 3a0bd60a authored by kaiyou's avatar kaiyou
Browse files

Enable gitlab ci cache for go deps

parent 8852a003
No related branches found
No related tags found
No related merge requests found
Pipeline #22437 failed
......@@ -11,5 +11,10 @@ compile:
artifacts:
paths:
- hepto
variables:
GOPATH: $CI_PROJECT_DIR/.go
before_script:
- mkdir -p .go
cachew:
paths:
- .go/pkg/mod/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment