Skip to content

Commit fcbd06f

Browse files
committed
ci: enhance testing matrix and tolerance limits
- Add Go version `1.22` to the GitHub Actions workflow testing matrix Signed-off-by: appleboy <[email protected]>
1 parent 5da0aee commit fcbd06f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
matrix:
2828
os: [ubuntu-latest]
29-
go: [1.18, 1.19, "1.20", 1.21]
29+
go: [1.18, 1.19, "1.20", 1.21, 1.22]
3030
include:
3131
- os: ubuntu-latest
3232
go-build: ~/.cache/go-build

0 commit comments

Comments
 (0)