From 6c10fa977e3d3c0ea3f036759122a837404c7c1a Mon Sep 17 00:00:00 2001 From: gempir Date: Fri, 27 Sep 2024 22:11:42 +0200 Subject: [PATCH] use oldstable and stable --- .github/workflows/build.yml | 2 +- .github/workflows/goveralls.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2aa720e..3cb0e83 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - go: [1.22, 1.23] + go: [stable, oldstable] steps: - name: Set up Go diff --git a/.github/workflows/goveralls.yml b/.github/workflows/goveralls.yml index 0e1ad6b..ef3352b 100644 --- a/.github/workflows/goveralls.yml +++ b/.github/workflows/goveralls.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - go: [1.22, 1.23] + go: [stable, oldstable] steps: - name: Set up Go