From 538d1927b846546b620784754c33e2a1db86e217 Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Wed, 13 Mar 2024 16:47:09 +0100 Subject: [PATCH] use go1.22 for boilerplate job (#408) --- boilerplate/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boilerplate/action.yaml b/boilerplate/action.yaml index 4292ddf..abe7a3e 100644 --- a/boilerplate/action.yaml +++ b/boilerplate/action.yaml @@ -39,7 +39,7 @@ runs: - name: Set up Go uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: - go-version: '1.21' + go-version: '1.22' check-latest: true cache: false