Skip to content

Commit cdbf1cb

Browse files
committed
ci: update test matrix and improve CI robustness
- Add Go version `1.22` to the testing matrix in GitHub Actions workflow Signed-off-by: appleboy <[email protected]>
1 parent 31e0ee4 commit cdbf1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
matrix:
3838
os: [ubuntu-latest, macos-latest]
39-
go: [1.18, 1.19, "1.20", 1.21]
39+
go: [1.18, 1.19, "1.20", 1.21, 1.22]
4040
include:
4141
- os: ubuntu-latest
4242
go-build: ~/.cache/go-build

0 commit comments

Comments
 (0)