Skip to content

Commit 35b66de

Browse files
committed
Drop compat for go 1.13-1.16
1 parent 6ee110a commit 35b66de

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ jobs:
1313
strategy:
1414
matrix:
1515
go:
16-
- "1.13"
17-
- "1.14"
18-
- "1.15"
19-
- "1.16"
2016
- "1.17"
17+
- "1.18"
18+
- "1.19"
19+
- "1.20"
2120
steps:
2221
- uses: actions/checkout@v2
2322

0 commit comments

Comments
 (0)