From 33eb864aeaf13a7642852b6f7f5c8b1d7abca596 Mon Sep 17 00:00:00 2001 From: Stephanie Date: Thu, 14 Apr 2022 12:35:57 -0400 Subject: [PATCH] add go sample Signed-off-by: Stephanie --- extraDevfileEntries.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/extraDevfileEntries.yaml b/extraDevfileEntries.yaml index 73b934647..aae1bb2de 100644 --- a/extraDevfileEntries.yaml +++ b/extraDevfileEntries.yaml @@ -44,3 +44,14 @@ samples: git: remotes: origin: https://github.com/devfile-samples/devfile-sample-python-basic.git + - name: go-basic + displayName: Basic Go + description: A simple Hello World application using Go + icon: https://go.dev/blog/go-brand/Go-Logo/SVG/Go-Logo_Blue.svg + tags: ["Go"] + projectType: go + language: go + provider: Red Hat + git: + remotes: + origin: https://github.com/devfile-samples/devfile-sample-go-basic.git