From 79b1d32d401a900ee066087464f73049354eb5c0 Mon Sep 17 00:00:00 2001 From: Sung Yoon Whang Date: Mon, 30 Sep 2024 20:33:56 -0700 Subject: [PATCH] [chore] Run CI in Go 1.22 and 1.23 (#130) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69047b9..8c3c46f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: ["1.21.x", "1.22.x"] + go: ["1.22.x", "1.23.x"] steps: - name: Checkout code @@ -44,7 +44,7 @@ jobs: - uses: actions/setup-go@v4 name: Set up Go with: - go-version: 1.22.x + go-version: 1.23.x cache: false # managed by golangci-lint - uses: golangci/golangci-lint-action@v6