]> Sergey Matveev's repositories - btrtrc.git/blobdiff - .github/workflows/go.yml
Run tests on tip
[btrtrc.git] / .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