fix(ci): remove go cache mtime hacks

Cache checks are base on content, not mtimes, no need to hack around it
This commit is contained in:
Łukasz Mierzwa
2019-08-30 17:19:05 +01:00
parent 9cffbe6488
commit 9662cdc877

View File

@@ -11,9 +11,6 @@ defaults_go: &DEFAULTS_GO
# so it forces new cache archive on every build
# remove it before creating cache archive
- rm -vf $HOME/.cache/go-build/log.txt
# force fixed mtime on all files so travis doesn't consider
# these as updated
- find $HOME/.cache/go-build/ -type f -exec touch -t 201909010000 {} \;
env:
- GO111MODULE=on