From 982ab7f7b32072ef05e83ae14678c0c88f682d1a Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Wed, 31 Jul 2024 08:26:46 -0400 Subject: [PATCH] ci: switches to supported go version --- .github/workflows/go.yml | 2 +- .github/workflows/sonarcloud.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 47059d2..51a0d81 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: '^1.19' + go-version: '^1.22' - name: Install dependencies run: go install working-directory: ${{ env.relativePath }} diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 334ddad..5a4dbf9 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -22,7 +22,7 @@ jobs: submodules: recursive - uses: actions/setup-go@v5 with: - go-version: '^1.19' + go-version: '^1.22' - name: Install dependencies run: go install working-directory: ${{ env.relativePath }}