]> Sergey Matveev's repositories - btrtrc.git/blobdiff - .github/workflows/go.yml
Also run Go CI test job on 1.19
[btrtrc.git] / .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: