From 821b21665dd7af01e26f548a7f670d8c4fd8a30b Mon Sep 17 00:00:00 2001 From: "Behm, John" Date: Tue, 12 Sep 2023 15:23:03 +0200 Subject: [PATCH] update github action --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index bafd858..c781604 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -4,7 +4,7 @@ jobs: test: strategy: matrix: - go-version: [1.16, 1.17, 1.18, 1.19] + go-version: [stable, oldstable] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: