We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15941dc commit d86d50aCopy full SHA for d86d50a
1 file changed
.github/workflows/ci-main-pull-request.yml
@@ -563,21 +563,6 @@ jobs:
563
needs: checkout
564
runs-on: ubuntu-latest
565
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
574
- go-version: '1.24'
575
- check-latest: true
576
- - name: Configure git for private Go modules
577
578
- env:
579
- GOPRIVATE: ${{ inputs.go-private-modules }}
580
- run: git config --global url."https://${{ secrets.GH_TOKEN }}@github.com/".insteadOf "https://github.com/"
581
- name: BUILD
582
run: echo 'BUILD STEP'
583
# runs-on: ubuntu-latest
0 commit comments