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 866f234 commit b04eef5Copy full SHA for b04eef5
.github/workflows/test.yml
@@ -4,7 +4,7 @@ jobs:
4
test:
5
strategy:
6
matrix:
7
- go-version: [1.14.x, 1.15.x]
+ go-version: [1.15.x, 1.16.x]
8
os: [ubuntu-latest, macos-latest, windows-latest]
9
runs-on: ${{ matrix.os }}
10
steps:
@@ -23,7 +23,7 @@ jobs:
23
- name: Install Go
24
uses: actions/setup-go@v2
25
with:
26
- go-version: 1.15.x
+ go-version: 1.16.x
27
- name: Checkout code
28
uses: actions/checkout@v2
29
- uses: actions/cache@v2
README.md
@@ -13,7 +13,7 @@ jobs:
13
14
15
16
17
18
19
0 commit comments