diff --git a/.github/workflows/check-go-versions.yml b/.github/workflows/check-go-versions.yml index 65caabe7..50abc108 100644 --- a/.github/workflows/check-go-versions.yml +++ b/.github/workflows/check-go-versions.yml @@ -85,7 +85,7 @@ jobs: This PR's change was generated by running: ```bash - ./scripts/update-go-release-version.sh ${{ env.officialPenultimateVersion }} ${{ env.officialPenultimateVersion }} + ./scripts/update-go-release-version.sh ${{ env.officialLatestVersion }} ${{ env.officialPenultimateVersion }} ``` - [ ] I have triggered CI on this PR (either close & reopen this PR in Github UI, or `git commit -m "run ci" --allow-empty && git push`)