From d89cef857987e7432313d1ce1f8c6812e487cd68 Mon Sep 17 00:00:00 2001 From: Dean Sheather Date: Sat, 22 Mar 2025 11:48:17 +1100 Subject: [PATCH] chore: bump golang to 1.22.12 --- .github/actions/setup-go/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-go/action.yaml b/.github/actions/setup-go/action.yaml index 2fa5c7dcfa9de..1dc3d34f3ba04 100644 --- a/.github/actions/setup-go/action.yaml +++ b/.github/actions/setup-go/action.yaml @@ -4,7 +4,7 @@ description: | inputs: version: description: "The Go version to use." - default: "1.22.8" + default: "1.22.12" runs: using: "composite" steps: