Skip to content

Commit 0754ba9

Browse files
committed
.github/workflow: fix generate-konflux
Signed-off-by: Vincent Demeester <[email protected]>
1 parent c0912fb commit 0754ba9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/generate-konflux.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818
runs-on: ubuntu-latest
1919
if: github.repository_owner == 'openshift-pipelines' # do not run this elsewhere
2020
steps:
21+
- name: Checkout the repository
22+
uses: actions/checkout@v4
23+
- uses: actions/setup-go@v5
24+
with:
25+
go-version: 1.22.x
2126
- id: set-matrix
2227
run: |
2328
echo "projects=$(go run ./cmd/matrix config/konflux/*)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)