We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5806b81 commit 1a84689Copy full SHA for 1a84689
.github/workflows/testing.yml
@@ -11,7 +11,7 @@ jobs:
11
name: Test and lint
12
strategy:
13
matrix:
14
- go-version: [1.x, 1.13.x, 1.12.x]
+ go-version: [1.x, 1.15.x, 1.14.x]
15
platform: [ubuntu-latest, windows-latest]
16
runs-on: ${{ matrix.platform }}
17
0 commit comments