From ac5ba4332c4d84608660316c2c4bd00269313424 Mon Sep 17 00:00:00 2001 From: Jonathan Vuillemin Date: Thu, 30 May 2024 11:49:24 +0200 Subject: [PATCH] doc(main): Updated toolchain --- .github/workflows/common-ci.yml | 2 +- .github/workflows/coverage.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/common-ci.yml b/.github/workflows/common-ci.yml index 3c9612b..eb528be 100644 --- a/.github/workflows/common-ci.yml +++ b/.github/workflows/common-ci.yml @@ -10,7 +10,7 @@ on: go_version: required: false type: string - default: "1.22.0" + default: "1.22" permissions: contents: read diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 50f24e4..a569fec 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -9,7 +9,7 @@ on: go_version: required: false type: string - default: "1.22.0" + default: "1.22" permissions: contents: write