From 7ba62b2c0a12d9c2eabf8810bc2128bed01e9789 Mon Sep 17 00:00:00 2001 From: Nick Ripley Date: Wed, 26 Jun 2024 10:34:43 -0400 Subject: [PATCH] ci: run parametric tests with oldstable We run parametric tests with the oldest Go language version we support. As we're now aligning with the official Go support policy, that would now be what the Go GitHub Actions tooling calls "oldstable". --- .github/workflows/parametric-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/parametric-tests.yml b/.github/workflows/parametric-tests.yml index eea919e7ce..5a91d0e3ce 100644 --- a/.github/workflows/parametric-tests.yml +++ b/.github/workflows/parametric-tests.yml @@ -43,7 +43,7 @@ jobs: - uses: actions/setup-go@v3 with: - go-version: "1.20" + go-version: "oldstable" - name: Build runner uses: ./.github/actions/install_runner