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 06744d2 commit b55ae73Copy full SHA for b55ae73
.github/workflows/test.yml
@@ -4,7 +4,7 @@ jobs:
4
test:
5
strategy:
6
matrix:
7
- go-version: [1.13.x, 1.14.x]
+ go-version: [1.19.x, 1.20.x]
8
os: [ubuntu-latest, macos-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.14.x
+ go-version: 1.20.x
27
- name: Checkout code
28
uses: actions/checkout@v2
29
- name: Run unit tests with coverage
0 commit comments