Skip to content

Commit f89222d

Browse files
add github action to run tests
1 parent ea43a34 commit f89222d

2 files changed

Lines changed: 858 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
runs-on: ubuntu-latest
8585
strategy:
8686
matrix:
87-
go-version: ['1.13', '1.14', '1.15', '1.16', '1.17']
87+
go-version: ['1.13']
8888

8989
steps:
9090
- name: Checkout code

0 commit comments

Comments
 (0)