From a5bd017f1f4d2facde1cc10c83e83c10f4026038 Mon Sep 17 00:00:00 2001 From: "platform-change-automation[bot]" <179505562+platform-change-automation[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 17:36:32 -0400 Subject: [PATCH] chore: upgrade go to 1.23 --- .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..f001b78 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.23' - name: golangci-lint uses: golangci/golangci-lint-action@v6