From: Matt Joiner Date: Sat, 27 May 2023 00:58:29 +0000 (+1000) Subject: Also run Go CI test job on 1.19 X-Git-Url: http://www.git.stargrave.org/?p=btrtrc.git;a=commitdiff_plain;h=e0af603c04723c4beb1c2df9b1935bf858b17824 Also run Go CI test job on 1.19 --- diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8a387906..3ff16fbe 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -9,7 +9,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - go-version: [ '1.20' ] + go-version: [ '1.19', '1.20' ] os: [windows-latest, macos-latest, ubuntu-latest] fail-fast: false steps: