We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0adeab6 commit f8ee18fCopy full SHA for f8ee18f
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
test:
11
strategy:
12
matrix:
13
- go: [ '1.14.x', '1.15.x', '1.16.x', '1.17.x' ]
+ go: [ '1.15.x', '1.16.x', '1.17.x' ]
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@master
0 commit comments