From f269b1acd353b76fb323225fceb85053d1bd116d Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Wed, 31 Jul 2024 08:32:55 -0400 Subject: [PATCH] ci: switches to supported go version --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0aa6d0e2a53..aa93c8e66a2 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -17,7 +17,7 @@ jobs: submodules: recursive - uses: actions/setup-go@v5 with: - go-version: '^1.20' + go-version: '^1.22' - name: Install dependencies run: go install working-directory: ${{ env.relativePath }}