Skip to content

Commit

Permalink
ci: run parametric tests with oldstable
Browse files Browse the repository at this point in the history
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".
  • Loading branch information
nsrip-dd committed Jun 26, 2024
1 parent 3e8a649 commit 7ba62b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/parametric-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ba62b2

Please sign in to comment.