From 7a5bd0b5c88a2b9a2a2822ee13ffd83644a5a635 Mon Sep 17 00:00:00 2001 From: "platform-change-automation[bot]" <179505562+platform-change-automation[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 12:53:34 -0500 Subject: [PATCH] chore: upgrade go to 1.24 --- .github/workflows/composite/go/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/composite/go/action.yml b/.github/workflows/composite/go/action.yml index 4d1ddbf..a7071c7 100644 --- a/.github/workflows/composite/go/action.yml +++ b/.github/workflows/composite/go/action.yml @@ -6,7 +6,7 @@ runs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: '1.22' + go-version: '1.24' - name: golangci-lint uses: golangci/golangci-lint-action@v6