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 e5ae7b1 commit f00ca76Copy full SHA for f00ca76
.github/workflows/test.yml
@@ -4,7 +4,7 @@ jobs:
4
test:
5
strategy:
6
matrix:
7
- go-version: [1.12.x, 1.13.x]
+ go-version: [1.13.x, 1.14.x]
8
platform: [ubuntu-latest, macos-latest, windows-latest]
9
runs-on: ${{ matrix.platform }}
10
steps:
@@ -26,7 +26,7 @@ jobs:
26
- name: Install Go
27
uses: actions/setup-go@v1
28
with:
29
- go-version: 1.13.x
+ go-version: 1.14.x
30
- name: Checkout code
31
uses: actions/checkout@v2
32
README.md
@@ -13,7 +13,7 @@ jobs:
13
14
15
16
17
18
19
0 commit comments