Skip to content

Commit d86d50a

Browse files
committed
Pipeline fixes
Signed-off-by: sandhi <sagarwal@progress.com>
1 parent 15941dc commit d86d50a

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

.github/workflows/ci-main-pull-request.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -563,21 +563,6 @@ jobs:
563563
needs: checkout
564564
runs-on: ubuntu-latest
565565
steps:
566-
- name: Checkout repository
567-
uses: actions/checkout@v4
568-
with:
569-
fetch-depth: 0
570-
- name: Set up Go
571-
if: env.GA_BUILD_LANGUAGE == 'go'
572-
uses: actions/setup-go@v5
573-
with:
574-
go-version: '1.24'
575-
check-latest: true
576-
- name: Configure git for private Go modules
577-
if: env.GA_BUILD_LANGUAGE == 'go'
578-
env:
579-
GOPRIVATE: ${{ inputs.go-private-modules }}
580-
run: git config --global url."https://${{ secrets.GH_TOKEN }}@github.com/".insteadOf "https://github.com/"
581566
- name: BUILD
582567
run: echo 'BUILD STEP'
583568
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)