Skip to content

Commit 615c3ff

Browse files
author
Lucas Yoon
committed
Modifying contents after changes in devfile/registry
Signed-off-by: Lucas Yoon <lyoon@lyoon-thinkpadp1gen7.boston.csb>
1 parent 079a01b commit 615c3ff

File tree

6 files changed

+8
-327
lines changed

6 files changed

+8
-327
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
pull_request:
1010
branches: [ "main" ]
1111

12+
concurrency:
13+
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
14+
cancel-in-progress: true
15+
1216
jobs:
1317

1418
build:
@@ -19,7 +23,7 @@ jobs:
1923
- name: Set up Go
2024
uses: actions/setup-go@v4
2125
with:
22-
go-version: '1.20'
26+
go-version: "go.mod"
2327

2428
- name: Build
2529
run: go build -v ./...

renovate.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"enabledManagers": ["gomod"],
3+
"extends": ["local>devfile-samples/.github:renovate-config"],
4+
"enabledManagers": ["gomod", "dockerfile"],
45
"gomod": {
56
"fileMatch": ["go\\.mod$", "go\\.sum$"]
67
},
@@ -11,8 +12,5 @@
1112
"groupSlug": "go-deps",
1213
"commitMessageTopic": "Go {{depName}}"
1314
}
14-
],
15-
"vulnerabilityAlerts": {
16-
"enabled": true
17-
}
15+
]
1816
}

tests/README.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

tests/check_non_terminating.sh

Lines changed: 0 additions & 211 deletions
This file was deleted.

tests/check_odov3.sh

Lines changed: 0 additions & 38 deletions
This file was deleted.

tests/validate_devfile_schemas.sh

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)