From 17bf0db4b771600ab1c636bc29289ea3534c301e Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Mon, 12 Feb 2024 14:12:44 +0100 Subject: [PATCH] chore: use olstable as Go version --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1e98845..9a16cb3 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: