From 1a851ecf2f641410ab3fe718294f5ed7bfd4a5c5 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Wed, 31 Jul 2024 08:23:39 -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 3e958ba..23bd300 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 5bea17b..29e59a3 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -23,7 +23,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 }}