Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
81 changes: 0 additions & 81 deletions .github/actions/setup-go-kpt/action.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Checkout Porch
uses: actions/checkout@v4
- name: Set up Go
uses: ./.github/actions/setup-go-kpt
uses: kptdev/kpt/.github/actions/setup-go-kpt@main
Comment thread
aravindtga marked this conversation as resolved.
with:
install-kpt: "false"
- name: Run Linter
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gosec-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Checkout Porch
uses: actions/checkout@v4
- name: Set up Go
uses: ./.github/actions/setup-go-kpt
uses: kptdev/kpt/.github/actions/setup-go-kpt@main
Comment thread
aravindtga marked this conversation as resolved.
with:
install-kpt: "false"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image-build-push-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v7

- name: Set up Go
uses: ./.github/actions/setup-go-kpt
uses: kptdev/kpt/.github/actions/setup-go-kpt@main
Comment thread
aravindtga marked this conversation as resolved.
with:
install-kpt: "false"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/porch-e2e-ci-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Checkout Porch
uses: actions/checkout@v4
- name: Set up Go
uses: ./.github/actions/setup-go-kpt
uses: kptdev/kpt/.github/actions/setup-go-kpt@main
Comment thread
aravindtga marked this conversation as resolved.
with:
install-kpt: "false"
go-cache: "true"
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
- name: Checkout Porch
uses: actions/checkout@v4
- name: Set up Go and kpt
uses: ./.github/actions/setup-go-kpt
uses: kptdev/kpt/.github/actions/setup-go-kpt@main
with:
go-cache: "true"
- name: Install Kind
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/porch-e2e-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Checkout Porch
uses: actions/checkout@v4
- name: Set up Go
uses: ./.github/actions/setup-go-kpt
uses: kptdev/kpt/.github/actions/setup-go-kpt@main
Comment thread
aravindtga marked this conversation as resolved.
with:
install-kpt: "false"
go-cache: "true"
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Checkout Porch
uses: actions/checkout@v4
- name: Set up Go and kpt
uses: ./.github/actions/setup-go-kpt
uses: kptdev/kpt/.github/actions/setup-go-kpt@main
with:
go-cache: "true"
- name: Install Kind
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/porchctl-dev-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Go
uses: ./.github/actions/setup-go-kpt
uses: kptdev/kpt/.github/actions/setup-go-kpt@main
Comment thread
aravindtga marked this conversation as resolved.
with:
install-kpt: "false"
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
fetch-depth: 0

- name: Set up Go and kpt
uses: ./.github/actions/setup-go-kpt
uses: kptdev/kpt/.github/actions/setup-go-kpt@main
Comment thread
aravindtga marked this conversation as resolved.

- name: Check for replace directives in go.mod
uses: kptdev/kpt/.github/actions/check-go-mod-replace@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonar-ci-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
fetch-depth: 0

- name: Set up Go
uses: ./.github/actions/setup-go-kpt
uses: kptdev/kpt/.github/actions/setup-go-kpt@main
Comment thread
aravindtga marked this conversation as resolved.
with:
install-kpt: "false"

Expand Down
Loading