From a4e49c3accb840f00c40282618d301df12fb3733 Mon Sep 17 00:00:00 2001 From: appleboy Date: Mon, 12 Feb 2024 13:04:45 +0800 Subject: [PATCH] ci: enhance testing matrix and tolerance limits - Add Go version `1.22` to the GitHub Actions workflow testing matrix Signed-off-by: appleboy --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index fd9ec66..e79fbf8 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -26,7 +26,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - go: ["1.18", "1.19", "1.20", "1.21"] + go: ["1.18", "1.19", "1.20", "1.21", 1.22] include: - os: ubuntu-latest go-build: ~/.cache/go-build