diff --git a/.github/workflows/install.yaml b/.github/workflows/install.yaml index c13dcf92a3..3928728e4c 100644 --- a/.github/workflows/install.yaml +++ b/.github/workflows/install.yaml @@ -41,10 +41,10 @@ jobs: env: working-directory: ${{ github.workspace }}/go/src/github.com/${{ github.repository }} steps: - - name: Set up Go 1.16 + - name: Set up Go 1.17 uses: actions/setup-go@v2 with: - go-version: 1.16.x + go-version: 1.17.x id: go - name: Check out code into the Go module directory diff --git a/.github/workflows/integrate-cluster-cmd.yaml b/.github/workflows/integrate-cluster-cmd.yaml index 00662e61fc..d4e6725a7e 100644 --- a/.github/workflows/integrate-cluster-cmd.yaml +++ b/.github/workflows/integrate-cluster-cmd.yaml @@ -40,10 +40,10 @@ jobs: env: working-directory: ${{ github.workspace }}/go/src/github.com/${{ github.repository }} steps: - - name: Set up Go 1.16 + - name: Set up Go 1.17 uses: actions/setup-go@v2 with: - go-version: 1.16.x + go-version: 1.17.x id: go - name: Check out code into the Go module directory diff --git a/.github/workflows/integrate-cluster-scale.yaml b/.github/workflows/integrate-cluster-scale.yaml index 095a19d9cf..f5dc4c1f81 100644 --- a/.github/workflows/integrate-cluster-scale.yaml +++ b/.github/workflows/integrate-cluster-scale.yaml @@ -40,10 +40,10 @@ jobs: env: working-directory: ${{ github.workspace }}/go/src/github.com/${{ github.repository }} steps: - - name: Set up Go 1.16 + - name: Set up Go 1.17 uses: actions/setup-go@v2 with: - go-version: 1.16.x + go-version: 1.17.x id: go - name: Check out code into the Go module directory diff --git a/.github/workflows/integrate-dm.yaml b/.github/workflows/integrate-dm.yaml index dd332ca8bf..fb140fda72 100644 --- a/.github/workflows/integrate-dm.yaml +++ b/.github/workflows/integrate-dm.yaml @@ -40,10 +40,10 @@ jobs: env: working-directory: ${{ github.workspace }}/go/src/github.com/${{ github.repository }} steps: - - name: Set up Go 1.16 + - name: Set up Go 1.17 uses: actions/setup-go@v2 with: - go-version: 1.16.x + go-version: 1.17.x id: go - name: Check out code into the Go module directory diff --git a/.github/workflows/integrate-playground.yaml b/.github/workflows/integrate-playground.yaml index 6f379ccb80..55d72e8823 100644 --- a/.github/workflows/integrate-playground.yaml +++ b/.github/workflows/integrate-playground.yaml @@ -39,10 +39,10 @@ jobs: env: working-directory: ${{ github.workspace }}/go/src/github.com/${{ github.repository }} steps: - - name: Set up Go 1.16 + - name: Set up Go 1.17 uses: actions/setup-go@v2 with: - go-version: 1.16.x + go-version: 1.17.x id: go - name: Check out code into the Go module directory diff --git a/.github/workflows/integrate-tiup.yaml b/.github/workflows/integrate-tiup.yaml index 7145019d10..07758e24a6 100644 --- a/.github/workflows/integrate-tiup.yaml +++ b/.github/workflows/integrate-tiup.yaml @@ -42,10 +42,10 @@ jobs: env: working-directory: ${{ github.workspace }}/go/src/github.com/${{ github.repository }} steps: - - name: Set up Go 1.16 + - name: Set up Go 1.17 uses: actions/setup-go@v2 with: - go-version: 1.16.x + go-version: 1.17.x id: go - name: Check out code into the Go module directory @@ -85,10 +85,10 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} path: go/src/github.com/${{ github.repository }} - - name: Set up Go 1.16 + - name: Set up Go 1.17 uses: actions/setup-go@v2 with: - go-version: 1.16.x + go-version: 1.17.x id: go - name: make unit-test diff --git a/.github/workflows/release-tiup.yaml b/.github/workflows/release-tiup.yaml index 10a9403f7c..1cd26a45e6 100644 --- a/.github/workflows/release-tiup.yaml +++ b/.github/workflows/release-tiup.yaml @@ -33,10 +33,10 @@ jobs: env: working-directory: ${{ github.workspace }}/go/src/github.com/${{ github.repository }} steps: - - name: Set up Go 1.16 + - name: Set up Go 1.17 uses: actions/setup-go@v2 with: - go-version: 1.16.x + go-version: 1.17.x id: go - name: Check out code into the Go module directory diff --git a/.github/workflows/reprotest.yaml b/.github/workflows/reprotest.yaml index 6c6968a35f..63ed209c8d 100644 --- a/.github/workflows/reprotest.yaml +++ b/.github/workflows/reprotest.yaml @@ -35,7 +35,7 @@ jobs: strategy: matrix: go: - - 1.16.x + - 1.17.x # Steps represent a sequence of tasks that will be executed as part of the job steps: