From df80daa293bdba3e8e73eea3c720695b7f7d62fb Mon Sep 17 00:00:00 2001 From: jeronimoalbi Date: Mon, 16 Oct 2023 14:55:36 +0200 Subject: [PATCH] ci: change integration tests to use the stable go version The stable Go version should be used to avoid keeping updating the workflow config when a new patch version is released. This is to make sure that Go doesn't try to download a new toolchain version. --- .github/workflows/test-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index 94ae523dba..d1c8be1b64 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -55,7 +55,7 @@ jobs: - uses: actions/setup-go@v4 if: env.GIT_DIFF with: - go-version-file: go.mod + go-version: 'stable' - name: Run Integration Tests if: env.GIT_DIFF