diff --git a/devspaces-operator/devfile.yaml b/devspaces-operator/devfile.yaml index c994298562..9a7583dd80 100644 --- a/devspaces-operator/devfile.yaml +++ b/devspaces-operator/devfile.yaml @@ -13,7 +13,7 @@ schemaVersion: 2.1.0 attributes: controller.devfile.io/storage-type: ephemeral metadata: - name: che-operator + name: devspaces-images components: - name: tooling-container container: @@ -49,7 +49,7 @@ commands: label: POST START EVENT - Install goimports component: tooling-container commandLine: | - $HOME/go1.18/bin/go install golang.org/x/tools/cmd/goimports@latest + go install golang.org/x/tools/cmd/goimports@latest - id: go-build exec: label: Build Eclipse Che Operator binary @@ -77,7 +77,6 @@ commands: commandLine: make update-dev-resources events: postStart: - - install-go-1-18 - install-goimports - install-chectl