From 1f66667a65d7479d9897a37d6843dc244654ed24 Mon Sep 17 00:00:00 2001 From: appleboy Date: Fri, 6 Sep 2024 16:03:56 +0800 Subject: [PATCH] ci: update Go version in workflow to 1.23 - Update the Go version in the workflow to include 1.23 Signed-off-by: appleboy --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d1b2351..e8fcdf7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -32,7 +32,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - go: [1.22] + go: [1.22, 1.23] include: - os: ubuntu-latest go-build: ~/.cache/go-build