diff --git a/.github/workflows/ci-go.yml b/.github/workflows/ci-go.yml index 6755778ace15f..87144d2845023 100644 --- a/.github/workflows/ci-go.yml +++ b/.github/workflows/ci-go.yml @@ -24,7 +24,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v2 with: - go-version: 1.17.5 + go-version: 1.17.6 id: go - name: Setup Node.js environment @@ -65,7 +65,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v2 with: - go-version: 1.17.5 + go-version: 1.17.6 id: wingo - name: Setup Node.js environment @@ -122,7 +122,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v2 with: - go-version: 1.17.5 + go-version: 1.17.6 id: go - name: Setup Node.js environment