Skip to content

This is an automated cherry-pick of #8071 #2

This is an automated cherry-pick of #8071

This is an automated cherry-pick of #8071 #2

name: PD Docker Image
on:
push:
branches:
- master
pull_request:
branches:
- master
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
chunks:
runs-on: ubuntu-latest
strategy:
fail-fast: true
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
<<<<<<< HEAD

Check failure on line 22 in .github/workflows/pd-docker-image.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/pd-docker-image.yaml

Invalid workflow file

You have an error in your yaml syntax on line 22
go-version: 1.19
- name: Checkout code
uses: actions/checkout@v3
=======
go-version: '1.21'
>>>>>>> acbb9afaa (ci: transitioning action version from node 16 to node 20 (#8071))
- name: Make
run: make docker-image