Skip to content

Commit 3816348

Browse files
offline 'go-starter' starter project definition added to the go stack devfiles.
Signed-off-by: Michael Valdron <[email protected]>
1 parent 44c73fa commit 3816348

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

tests/registry/stacks/go/1.1.0/devfile.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ starterProjects:
1717
revision: main
1818
remotes:
1919
origin: https://github.com/devfile-samples/devfile-stack-go.git
20+
- name: go-starter-offline
21+
zip:
22+
location: go-starter.zip
2023
components:
2124
- container:
2225
endpoints:

tests/registry/stacks/go/1.2.0/devfile.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ starterProjects:
1717
revision: main
1818
remotes:
1919
origin: https://github.com/devfile-samples/devfile-stack-go.git
20+
- name: go-starter-offline
21+
zip:
22+
location: go-starter.zip
2023
components:
2124
- container:
2225
endpoints:

0 commit comments

Comments
 (0)