You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mount:
{{- include "go mount build" $ }}
{{- define "go mount build" }}
- from: tmp_dir
to: /go/pkg
- from: tmp_dir
to: /root/.cache/go-build
{{- end }}
In all werf files, check that if the image is using
BASE_GOLANG_*
, then there are options:The text was updated successfully, but these errors were encountered: