From ababdaf052d4132f96366835492c102c4eab56bc Mon Sep 17 00:00:00 2001 From: Prashant V Date: Fri, 12 Apr 2024 20:50:28 -0700 Subject: [PATCH] Bump go version to 1.21 / 1.22 --- .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 96fa46b..83e1d79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: ["1.20.x", "1.21.x"] + go: ["1.21.x", "1.22.x"] steps: - name: Checkout code @@ -42,7 +42,7 @@ jobs: - uses: actions/setup-go@v4 name: Set up Go with: - go-version: 1.21.x + go-version: 1.22.x cache: false # managed by golangci-lint - uses: golangci/golangci-lint-action@v3