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.
2 parents a89cbcc + fc32a1a commit db10ae2Copy full SHA for db10ae2
.github/workflows/test.yml
@@ -31,7 +31,7 @@ jobs:
31
strategy:
32
matrix:
33
os: [ubuntu-latest, macOS-latest, windows-latest]
34
- go_version: [1.13.x, 1.14.x]
+ go_version: [1.14.x, 1.15.x]
35
runs-on: ${{ matrix.os }}
36
steps:
37
- name: Install Go ${{ matrix.go }}
.github/workflows/verify-go-src.yml
@@ -12,7 +12,7 @@ jobs:
12
13
14
os: [ubuntu-latest]
15
- go_version: [1.14.x]
+ go_version: [1.15.x]
16
17
18
0 commit comments