]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Run tests on tip
authorMatt Joiner <anacrolix@gmail.com>
Thu, 10 Feb 2022 04:03:43 +0000 (15:03 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Thu, 10 Feb 2022 04:32:01 +0000 (15:32 +1100)
.github/workflows/go.yml

index a7a39246d7371d60ab698e3b1d86b3928f662fd0..9a27d953206fe5aaf65a35047ec59959a3e78939 100644 (file)
@@ -9,7 +9,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        go-version: [ '1.16', '1.17' ]
+        go-version: [ '1.16', '1.17', 'tip' ]
       fail-fast: false
     steps:
     - uses: actions/checkout@v2