diff --git a/.drone.star b/.drone.star index a05471e6c74..1b9d2b2681b 100644 --- a/.drone.star +++ b/.drone.star @@ -307,6 +307,12 @@ def testing(ctx, module): 'refs/pull/**', ], }, + 'volumes': [ + { + 'name': 'gopath', + 'temp': {}, + }, + ], } def uploadCoverage(ctx):