diff --git a/.github/workflows/update_golang_version.yml b/.github/workflows/update_golang_version.yml index 035464e9a93..6908defd44a 100644 --- a/.github/workflows/update_golang_version.yml +++ b/.github/workflows/update_golang_version.yml @@ -81,8 +81,6 @@ jobs: There are a few manual steps remaining: - [ ] Make sure you update the Golang version used in the previous and next release branches for the Upgrade/Downgrade tests. - [ ] Build and Push the bootstrap images to Docker Hub, the bot cannot handle that. - - [ ] Update the `./.github/workflows/*.yml` files with the newer Golang version, the bot cannot handle that due to permissions. - - To accomplish this, run the following: `go run ./go/tools/go-upgrade/go-upgrade.go upgrade workflows --go-to=${{steps.detect-and-update.outputs.go-version}}` cc @vitessio/release base: ${{ matrix.branch }}