go.mod
and go.sum
../go.mod
./go.sum
(empty)./main.go
go.mod
and go.sum
../Earthfile
COPY
command is re-executed without cache, causing all commands after it to also re-execute without cache../Earthfile
+deps
. We can then inherit from +deps
by using the command FROM +deps
../Earthfile