From a376fa3105c399aa3f853ba75775793a408794ec Mon Sep 17 00:00:00 2001 From: Jonathan Vuillemin Date: Thu, 30 May 2024 12:13:11 +0200 Subject: [PATCH] doc(main): Updated toolchain --- .github/workflows/common-ci.yml | 3 ++- .github/workflows/coverage.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/common-ci.yml b/.github/workflows/common-ci.yml index 9d500fa..7b43141 100644 --- a/.github/workflows/common-ci.yml +++ b/.github/workflows/common-ci.yml @@ -26,7 +26,8 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: ${{ inputs.go_version }} + #go-version: ${{ inputs.go_version }} + go-version: '1.22.x' check-latest: true - name: Clean cache working-directory: ${{ inputs.module }} diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index fddbe95..4bbc642 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -33,7 +33,8 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: ${{ inputs.go_version }} + #go-version: ${{ inputs.go_version }} + go-version: '1.22.x' check-latest: true - name: Install dependencies for module ${{ matrix.module }} working-directory: ${{ matrix.module }}