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: