From 7e6792a554589f3f88aedeb8dd65c343eb35c673 Mon Sep 17 00:00:00 2001 From: brianvoe Date: Sun, 26 Nov 2023 15:42:09 -0600 Subject: [PATCH] workflow - trying this --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a6920d66..2de63902 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -10,7 +10,7 @@ jobs: test: strategy: matrix: - go: [1.18, 1.19, 1.20.0, 1.21] + go: [1.18.*, 1.19.*, 1.20.*, 1.21.*] os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }}