From 58c7fbc0823352d8368cd34d040550a459743942 Mon Sep 17 00:00:00 2001 From: Sung Yoon Whang Date: Sun, 1 Sep 2024 14:36:20 -0700 Subject: [PATCH] use Go 1.23 in CI This changes the CI to use Go 1.23 to test, and drops Go 1.21. --- .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 2b690a36..fb417d36 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: os: ["ubuntu-latest", "windows-latest"] - go: ["1.21.x", "1.22.x"] + go: ["1.22.x", "1.23.x"] steps: - name: Setup Go