try different cache volume
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2024-01-04 15:15:16 +11:00
parent 3feda1d102
commit 25414aada0

View File

@@ -32,7 +32,7 @@ steps:
- pkg.mod - pkg.mod
- pkg.build - pkg.build
volumes: volumes:
- name: shared - name: cache
path: /go path: /go
- name: build - name: build
@@ -62,7 +62,7 @@ steps:
- pkg.mod - pkg.mod
- pkg.build - pkg.build
volumes: volumes:
- name: shared - name: cache
path: /go path: /go
# Copy binary to test server # Copy binary to test server