Skip to content

Commit 3526e7c

Browse files
authored
add go 1.15 to testing matrix and remove 1.13 (#68)
1 parent 1621be0 commit 3526e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
strategy:
1313
matrix:
1414
go-version:
15-
- 1.13
1615
- 1.14
16+
- 1.15
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Install Go

0 commit comments

Comments
 (0)