This is an automated email from the ASF dual-hosted git repository. djwang pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudberry-backup.git
commit ba97796aa4409a0bdf164f6f827053a57f4358a3 Author: woblerr <[email protected]> AuthorDate: Tue Apr 7 19:38:59 2026 +0300 Bump setup-go action to v5 and go to 1.24. --- .github/workflows/build_and_unit_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_unit_test.yml b/.github/workflows/build_and_unit_test.yml index 9727fc74..d24851a9 100644 --- a/.github/workflows/build_and_unit_test.yml +++ b/.github/workflows/build_and_unit_test.yml @@ -19,9 +19,9 @@ jobs: path: go/src/github.com/apache/cloudberry-backup - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v5 with: - go-version: 1.21 + go-version: "1.24" - name: Set Environment run: | --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
