From 0edb7ca2decc2deefb66edc917eb03477a1376f8 Mon Sep 17 00:00:00 2001 From: Harald Nordgren Date: Thu, 25 Jul 2024 15:43:20 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: ccoVeille <3875889+ccoVeille@users.noreply.github.com> --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e822677..591af98 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - go-version: [1.21.x, 1.22.x] + go-version: [oldstable, stable] # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-expanding-configurations include: - os: windows-latest