From 3b4182ed88a0298351d863935f4e2297960ced99 Mon Sep 17 00:00:00 2001 From: Carlos Panato Date: Wed, 13 Mar 2024 10:50:34 +0100 Subject: [PATCH] use go1.22 for boilerplate job --- 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