Skip to content

Cache go.mod files in CI

Nick Thomas requested to merge (removed):cache-go-mod into master

The tests are taking too long to run!

This comes from https://docs.gitlab.com/ee/development/go_guide/index.html#modules

There are some additional changes required because we put the downloaded modules in a subdirectory now, which the makefile doesn't cope well with.

Edited by Nick Thomas

Merge request reports