Skip to content

Commit 9e91a03

Browse files
authoredMay 11, 2023
Update CI (#466)
* update ci a bit
1 parent 9199872 commit 9e91a03

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
 

‎.github/workflows/ci.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
go-version:
12-
- 1.18.x
12+
- stable
13+
- 1.20.x
14+
- 1.19.x
1315
- 1.17.x
1416
- 1.16.x
1517
- 1.15.x
@@ -18,9 +20,9 @@ jobs:
1820
- 1.12.x
1921
- 1.11.x
2022
steps:
21-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v3
2224
- name: Set up Go ${{ matrix.go-version }}
23-
uses: actions/setup-go@v2
25+
uses: actions/setup-go@v4
2426
with:
2527
go-version: ${{ matrix.go-version }}
2628

0 commit comments

Comments
 (0)
Please sign in to comment.