|
|
@ -74,7 +74,7 @@ jobs:
|
|
|
|
- name: Setup Git
|
|
|
|
- name: Setup Git
|
|
|
|
if: ${{ endsWith(github.repository, '-enterprise') }}
|
|
|
|
if: ${{ endsWith(github.repository, '-enterprise') }}
|
|
|
|
run: git config --global url."https://${{ secrets.ELEVATED_GITHUB_TOKEN }}:@github.com".insteadOf "https://github.com"
|
|
|
|
run: git config --global url."https://${{ secrets.ELEVATED_GITHUB_TOKEN }}:@github.com".insteadOf "https://github.com"
|
|
|
|
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
|
|
|
|
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
go-version: ${{ needs.get-go-version.outputs.go-version }}
|
|
|
|
go-version: ${{ needs.get-go-version.outputs.go-version }}
|
|
|
|
- run: make proto-tools
|
|
|
|
- run: make proto-tools
|
|
|
@ -100,7 +100,7 @@ jobs:
|
|
|
|
- name: Setup Git
|
|
|
|
- name: Setup Git
|
|
|
|
if: ${{ endsWith(github.repository, '-enterprise') }}
|
|
|
|
if: ${{ endsWith(github.repository, '-enterprise') }}
|
|
|
|
run: git config --global url."https://${{ secrets.ELEVATED_GITHUB_TOKEN }}:@github.com".insteadOf "https://github.com"
|
|
|
|
run: git config --global url."https://${{ secrets.ELEVATED_GITHUB_TOKEN }}:@github.com".insteadOf "https://github.com"
|
|
|
|
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
|
|
|
|
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
go-version: ${{ needs.get-go-version.outputs.go-version }}
|
|
|
|
go-version: ${{ needs.get-go-version.outputs.go-version }}
|
|
|
|
- run: make --always-make codegen
|
|
|
|
- run: make --always-make codegen
|
|
|
@ -121,7 +121,7 @@ jobs:
|
|
|
|
- name: Setup Git
|
|
|
|
- name: Setup Git
|
|
|
|
if: ${{ endsWith(github.repository, '-enterprise') }}
|
|
|
|
if: ${{ endsWith(github.repository, '-enterprise') }}
|
|
|
|
run: git config --global url."https://${{ secrets.ELEVATED_GITHUB_TOKEN }}:@github.com".insteadOf "https://github.com"
|
|
|
|
run: git config --global url."https://${{ secrets.ELEVATED_GITHUB_TOKEN }}:@github.com".insteadOf "https://github.com"
|
|
|
|
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
|
|
|
|
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
go-version: ${{ needs.get-go-version.outputs.go-version }}
|
|
|
|
go-version: ${{ needs.get-go-version.outputs.go-version }}
|
|
|
|
- run: go install github.com/reillywatson/enumcover/cmd/enumcover@master && enumcover ./...
|
|
|
|
- run: go install github.com/reillywatson/enumcover/cmd/enumcover@master && enumcover ./...
|
|
|
@ -136,7 +136,7 @@ jobs:
|
|
|
|
# NOTE: This step is specifically needed for ENT. It allows us to access the required private HashiCorp repos.
|
|
|
|
# NOTE: This step is specifically needed for ENT. It allows us to access the required private HashiCorp repos.
|
|
|
|
- name: Setup Git
|
|
|
|
- name: Setup Git
|
|
|
|
run: git config --global url."https://${{ secrets.ELEVATED_GITHUB_TOKEN }}:@github.com".insteadOf "https://github.com"
|
|
|
|
run: git config --global url."https://${{ secrets.ELEVATED_GITHUB_TOKEN }}:@github.com".insteadOf "https://github.com"
|
|
|
|
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
|
|
|
|
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
go-version: ${{ needs.get-go-version.outputs.go-version }}
|
|
|
|
go-version: ${{ needs.get-go-version.outputs.go-version }}
|
|
|
|
- run: make lint-container-test-deps
|
|
|
|
- run: make lint-container-test-deps
|
|
|
@ -152,7 +152,7 @@ jobs:
|
|
|
|
- name: Setup Git
|
|
|
|
- name: Setup Git
|
|
|
|
if: ${{ endsWith(github.repository, '-enterprise') }}
|
|
|
|
if: ${{ endsWith(github.repository, '-enterprise') }}
|
|
|
|
run: git config --global url."https://${{ secrets.ELEVATED_GITHUB_TOKEN }}:@github.com".insteadOf "https://github.com"
|
|
|
|
run: git config --global url."https://${{ secrets.ELEVATED_GITHUB_TOKEN }}:@github.com".insteadOf "https://github.com"
|
|
|
|
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
|
|
|
|
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
go-version: ${{ needs.get-go-version.outputs.go-version }}
|
|
|
|
go-version: ${{ needs.get-go-version.outputs.go-version }}
|
|
|
|
- run: make lint-consul-retry
|
|
|
|
- run: make lint-consul-retry
|
|
|
|