From 915b37e19793d6fbfe74889429ca8a1ac9e3d462 Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Mon, 12 Feb 2024 17:33:46 +0100 Subject: [PATCH] feat: upgrade to go1.22.0 --- .github/workflows/composite/bootstrap-go/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/composite/bootstrap-go/action.yml b/.github/workflows/composite/bootstrap-go/action.yml index 76760dc5..d6070665 100644 --- a/.github/workflows/composite/bootstrap-go/action.yml +++ b/.github/workflows/composite/bootstrap-go/action.yml @@ -9,7 +9,7 @@ runs: steps: - name: Install Go 🚀 env: - VERSION: "1.21.4" + VERSION: "1.22.0" shell: pwsh run: | # Delete conflicting go versions first