From 19847087c5b264d76f964f84dbaeb1a7d0c97d50 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Mon, 12 Feb 2024 14:05:13 +0100 Subject: [PATCH] WIP --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1e98845f2c..9a16cb3069 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -62,6 +62,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: + go-version: oldstable cache: false # setup-go v4 caches by default - uses: ./ with: @@ -90,6 +91,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: + go-version: oldstable cache: false # setup-go v4 caches by default - uses: ./ with: @@ -113,6 +115,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: + go-version: oldstable cache: false # setup-go v4 caches by default - uses: ./ with: