]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Also run Go CI test job on 1.19
authorMatt Joiner <anacrolix@gmail.com>
Sat, 27 May 2023 00:58:29 +0000 (10:58 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Sat, 27 May 2023 14:41:34 +0000 (00:41 +1000)
.github/workflows/go.yml

index 8a387906bb6fdcd636aad88a53d956bc4e287ec2..3ff16fbe51e4b1f34815d773e294d898c11d689c 100644 (file)
@@ -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: