Skip to content

Commit 7007dcb

Browse files
committed
dep: remove CI test on go < 1.18
1 parent 196fa34 commit 7007dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
go_version: [1.18, 1.19, 1.16, 1.17]
22+
go_version: [1.18, 1.19]
2323

2424
steps:
2525
- name: Check out code

0 commit comments

Comments
 (0)