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 3e97504 + cfd15d6 commit eeed8ffCopy full SHA for eeed8ff
1 file changed
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Install Go
26
uses: actions/setup-go@v3
27
with:
28
- go-version: '1.19.x'
+ go-version: '1.20.x'
29
30
- name: Set env
31
shell: bash
@@ -54,6 +54,7 @@ jobs:
54
55
strategy:
56
matrix:
57
+ go-version: [1.19.x, 1.20.x]
58
# Ubuntu-20.04 has cgroups v1 default; Ubuntu-22.04 has cgroups v2 default.
59
os: [ubuntu-20.04, ubuntu-22.04]
60
@@ -62,7 +63,7 @@ jobs:
62
63
64
65
66
+ go-version: ${{ matrix.go }}
67
68
69
0 commit comments