projects
/
btrtrc.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a57995
)
Run tests on tip
author
Matt Joiner <anacrolix@gmail.com>
Thu, 10 Feb 2022 04:03:43 +0000 (15:03 +1100)
committer
Matt Joiner <anacrolix@gmail.com>
Thu, 10 Feb 2022 04:32:01 +0000 (15:32 +1100)
.github/workflows/go.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/go.yml
b/.github/workflows/go.yml
index a7a39246d7371d60ab698e3b1d86b3928f662fd0..9a27d953206fe5aaf65a35047ec59959a3e78939 100644
(file)
--- a/
.github/workflows/go.yml
+++ b/
.github/workflows/go.yml
@@
-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