We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4e517b commit 87ed92aCopy full SHA for 87ed92a
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- go: ['1.11', '1.12', '1.13', '1.14', '1.15']
+ go: ['1.18', '1.19']
15
16
name: Go ${{ matrix.go }} Test
17
0 commit comments