Skip to content

Commit f8ee18f

Browse files
authored
chore: remove go1.14 from worflow
1 parent 0adeab6 commit f8ee18f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test:
1111
strategy:
1212
matrix:
13-
go: [ '1.14.x', '1.15.x', '1.16.x', '1.17.x' ]
13+
go: [ '1.15.x', '1.16.x', '1.17.x' ]
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@master

0 commit comments

Comments
 (0)