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 567ca0e + 9e91a03 commit e41448dCopy full SHA for e41448d
.github/workflows/ci.yml
@@ -9,7 +9,9 @@ jobs:
9
fail-fast: false
10
matrix:
11
go-version:
12
- - 1.18.x
+ - stable
13
+ - 1.20.x
14
+ - 1.19.x
15
- 1.17.x
16
- 1.16.x
17
- 1.15.x
@@ -18,9 +20,9 @@ jobs:
18
20
- 1.12.x
19
21
- 1.11.x
22
steps:
- - uses: actions/checkout@v2
23
+ - uses: actions/checkout@v3
24
- name: Set up Go ${{ matrix.go-version }}
- uses: actions/setup-go@v2
25
+ uses: actions/setup-go@v4
26
with:
27
go-version: ${{ matrix.go-version }}
28
0 commit comments