From be8d2c11a754c8de68687038d20b5b4129478c61 Mon Sep 17 00:00:00 2001 From: JenTing Hsiao Date: Tue, 21 May 2024 05:55:37 +0800 Subject: [PATCH] Bump go version Signed-off-by: JenTing Hsiao --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9157b6..2b39032 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,8 +11,8 @@ jobs: strategy: matrix: go: - - '1.20' - '1.21' + - '1.22' runs-on: ubuntu-latest steps: - name: Check out code into the Go module directory