From 188c889ca85101182b561e3134356b0ad73c2bfc Mon Sep 17 00:00:00 2001 From: Scott Moynes Date: Thu, 12 Oct 2023 02:16:46 -0400 Subject: [PATCH] Change build matrix What I'd like to test is the minimum version, 1.21.0, and all future stable releases. --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4d6d1ec..8f5d1d8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -19,7 +19,7 @@ jobs: matrix: go-version: - 'stable' - - '>=1.21' + - '~1.21.0' steps: - uses: actions/checkout@v4